Skip to main content

Tags

The slashing module emits the following events/tags:

MsgServer

MsgUnjail

TypeAttribute KeyAttribute Value
messagemoduleslashing
messagesender{validatorAddress}

Keeper

BeginBlocker: HandleValidatorSignature

TypeAttribute KeyAttribute Value
slashaddress{validatorConsensusAddress}
slashpower{validatorPower}
slashreason{slashReason}
slashjailed [0]{validatorConsensusAddress}
  • [0] Only included if the validator is jailed.
TypeAttribute KeyAttribute Value
livenessaddress{validatorConsensusAddress}
livenessmissed_blocks{missedBlocksCounter}
livenessheight{blockHeight}

Slash

  • same as "slash" event from HandleValidatorSignature, but without the jailed attribute.

Jail

TypeAttribute KeyAttribute Value
slashjailed{validatorAddress}