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
we have debugged the changes, the events emitted in invariants will be dropped .
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
whunmr
changed the title
CanWithdrawInvariant will emit events which will be saved by tendermint
Events emitted by CanWithdrawInvariant will be saved by tendermint
Aug 8, 2019
Summary of Bug
In
CanWithdrawInvariant
we used a cached context, but shared the ctx.eventManagerThen after invariants checks, the emitted events will append into the ctx.eventManager
and finally save by tendermint(saveABCIResponses)
Version
Steps to Reproduce
CanWithdrawInvariant further call WithdrawDelegationRewards
will be save by saveABCIResponses.debugging logs
code change proposal
we have debugged the changes, the events emitted in invariants will be dropped .
For Admin Use
The text was updated successfully, but these errors were encountered: