BeginBlocker() of slashrefund module now listens to all emitted events in order to automatically catch a slash event and call the refund process. Listening to all emitted events could result in slow processing performance. We should upgrade this logic.
BeginBlocker()
of slashrefund module now listens to all emitted events in order to automatically catch a slash event and call the refund process. Listening to all emitted events could result in slow processing performance. We should upgrade this logic.