You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like any Go contract events emitted in Application.EndBlock are never sent to subscribers, nor persisted to disk. We're probably missing call to a.EventHandler.Commit at the end of Application.EndBlock so that events emitted in EndBlock are actually sent/persisted when a.EventHandler.EmitBlockTx is called in Application.Commit
The text was updated successfully, but these errors were encountered:
It seems like any Go contract events emitted in
Application.EndBlock
are never sent to subscribers, nor persisted to disk. We're probably missing call toa.EventHandler.Commit
at the end ofApplication.EndBlock
so that events emitted inEndBlock
are actually sent/persisted whena.EventHandler.EmitBlockTx
is called inApplication.Commit
The text was updated successfully, but these errors were encountered: