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
As a user using a client I'd like to get a notification when a specific validator gets slashed or becomes (un)jailed, so I can decide which staking actions to take right after those events
Problem Definition
Currently you can only query a txs using the action unjail tag, but there's currently no way to get an event when a validator gets slashed or becomes (un)jailed
Summary
User story:
Problem Definition
Currently you can only query a txs using the action
unjail
tag, but there's currently no way to get an event when a validator gets slashed or becomes (un)jailedon stake/keeper/slash.go there're some comments that say:
// TODO Return event(s), blocked on
tendermint/tendermint#1803Proposal
Add the necessary events or tags and make them available for clients
For Admin Use
The text was updated successfully, but these errors were encountered: