Skip to content

Latest commit

 

History

History
136 lines (89 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

136 lines (89 loc) · 3.81 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Unreleased

v0.12.0

Improvements

  • #90 Add CLI to create babylon BTC delegation from phase-1 BTC staking transaction.
  • #99 Bump babylon version and adapt staker to the changes

v0.11.0

Improvements

  • #93 Fix linting config
  • #95 Bump babylon to v0.16
  • #96 Check allow list expiration height before creating new delegations

v0.10.0

  • #87 Bump babylon v15

v0.9.0

Bug fix

  • #78 Fix withdrawable-transactions query bug, introduced when adding pre-approval transactions handling

Improvements

  • #79 Remove BTCUndelegate message sending

v0.8.0

Improvements

  • #51 Use int64 for satoshi amount related values.
  • #65 Various fixes to pre-approval flow. Do not send signed staking transactions to Babylon.
  • #66 Bump babylon to v0.13.0 as it updates BTC block heights to uint32 and function naming.
  • #67 Enable concurrent sending of multiple pre-approval staking transactions.

v0.7.2

Bug fix

  • #57 Use separate go routine to check for activation after startup

v0.7.1

Bug fix

  • #53 Use only quorum of signatures when building unbonding transaction witness

v0.7.0

Api breaking

  • 44 Implement pre-approval flow support

Improvements

  • #48 Add Github actions for goreleaser, changelog reminder, and backport

v0.6.0

Bug fixes

  • 20 Better handling of restarting during unbonding process

Api breaking

  • 31 Update Babylon to handle new x/btcstaking parameters

Improvements

  • 21 Signing taproot spends through psbt's
  • 25 Handle multiple bitcoind wallets
  • 26 Improve phase-1 commands to check transaction

v0.5.0

Initial Release!