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
Is there a way for a module’s message server to check whether a validator is slashed in the current block? I was thinking of using ctx.EventManager.Event and check for the Slash event, however, I am not sure if this is determinstic.
The text was updated successfully, but these errors were encountered:
Is there a way for a module’s message server to check whether a validator is slashed in the current block? I was thinking of using
ctx.EventManager.Event
and check for theSlash
event, however, I am not sure if this is determinstic.The text was updated successfully, but these errors were encountered: