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
In phase-1, stakers can lock their BTC on BTC chains and unbond them thanks to globally available covenant-committee
In phase-2, stakers can transfer theirs stakes to Babylon chain by registering them via MsgCreateBTCDelegation with all required additional transactions.
For each staking transaction there must exists only one valid unbonding transaction. If this invariant would be broken it would be possible for stakers to avoid slashing during unbonding period
Introducing different parameters for staking transactions based on their inclusion height in BTC chain. This why phase-1 staking transactions will be validated against the same parameters as during phase-1 - adr-37 parameters for btc light client ranges #310
Description
Due to Babylon phased launch in which:
MsgCreateBTCDelegation
with all required additional transactions.For each staking transaction there must exists only one valid unbonding transaction. If this invariant would be broken it would be possible for stakers to avoid slashing during unbonding period
Fixes made to preserve this invariant
2
- Enforce that unbonding tx always has version 2 #311, and releasing this fix in Babylon version v0.17.2 - https://github.com/babylonlabs-io/babylon/releases/tag/v0.17.2The text was updated successfully, but these errors were encountered: