mesh-security-sdk icon indicating copy to clipboard operation
mesh-security-sdk copied to clipboard

Send misbehaviour time during slashing event

Open maurolacy opened this issue 1 year ago • 2 comments

Related to / follow up of #125.

As part of slashing message info to the virtual-staking contract, the infraction time has to be sent as well.

Infraction time is:

  • The current block time for offline misbehaviours.
  • The evidence's infraction time, for double signing misbehaviours.

This is important since the infraction time time is used on the external-staking contract to filter out slashing of un delegations (for pending undelegations that started before the infraction)

See also: https://github.com/osmosis-labs/mesh-security/issues/177

maurolacy avatar Dec 13 '23 12:12 maurolacy