Releases: babylonlabs-io/babylon
Releases · babylonlabs-io/babylon
v1.0.0-rc.3
Bug fixes
- #374 Fix non-consecutive finalization of the block in
TallyBlocks
function
- #378 Fix give out rewards with gaps of unfinalized blocks
- #385 Fix epoching module ante handler to return from antehandler chain only in case of error
v1.0.0-rc.2
v1.0.0-rc2
Bug fixes
- #371 Do not prune BTC
reward tracker structures at the slash of finality provider.
v1.0.0-rc.1
v1.0.0-rc1
First release candidate for Babylon node version
Improvements
- #338 Add print BIP-340 in
debug pubkey-raw
subcommand
- #316 Add testnet upgrade data
- #326 docs: btcstaking: Update btcstaking module docs to include EOI
- #348 refactory
PrivateSigner
and module account vars in appparams
- #351 docs: Add state transition docs.
- #358 Remove unused deps in
.proto
files
- #364 Add testnet upgrade data
Bug fixes
- #324 Fix decrementing jailed fp counter
- #352 Fix: withdrawal cli for rewards
State Machine Breaking
- #341 Select parameters for pre-approval flow based on BTC LC tip height
- #360 Refactor rewarding
- #365 Reject outdated finality votes
- #306 feat: improve BTC reward distribution with virtual block periods for each finality provider that has delegations and reward tracker structures.
v0.18.2
Bug fixes
- #342 Fix non-determinism while jailing
v0.18.1
Bug fixes
- #328 Fix btc activation height validation in genesis
v0.18.0
Improvements
- #309 feat(adr-036): custom withdrawal address
- #305 chore: add more error logs to
VerifyInclusionProofAndGetHeight
- #304 Add highest voted height to finality provider
- #314 Require exact unbonding time in delegation
- #317 Enforce that EOI delegations using correct parameters version
State Machine Breaking
- #310 implement adr-37 - making params valid for btc light client ranges
Bug fixes
- #318 Fix BTC delegation status check to relay on UnbondingTime in delegation
v0.17.2
Improvements
- #311 Enforce version 2 for unbonding transactions
v0.17.1
Bug fixes
- #289 Fix invalid minUnbondingTime for verifying inclusion proof
v0.17.0
State Breaking
- 278 Allow unbonding time to be min unbonding value
Improvements
- #284 Update cosmos sdk math dependency
- #285 Update cometbft dependency version
Bug fixes
- #270 Validate there is only one finality provider key in the staking request
- #270 Panic due to possible nil params response
v0.16.1
API Breaking
- #273 Add full staking tx to BTC delegation creation event