kintsugi-tech / slash-refund

0 stars 0 forks source link

Change `BeginBlocker()` events handling logic #10

Open niilptr opened 1 year ago

niilptr commented 1 year ago

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.