Now MsgBTCUndelegate contains stake spending transaction as well as inclusion proof
BTCDelegation contains news field DelegatorUnbondingInfo instead of old staker signature field
new field DelegatorUnbondingInfo contains information about in which header unbonding happened. Also, if StakeSpendingTx in the message was different that registered UnbondingTx, DelegatorUnbondingInfo contains whole stake spending tx.
New event is emitted if unbonding happens through different transaction the the pre-registered one.
Highlights:
MsgBTCUndelegate
contains stake spending transaction as well as inclusion proofBTCDelegation
contains news fieldDelegatorUnbondingInfo
instead of old staker signature fieldDelegatorUnbondingInfo
contains information about in which header unbonding happened. Also, ifStakeSpendingTx
in the message was different that registeredUnbondingTx
,DelegatorUnbondingInfo
contains whole stake spending tx.