Skip to content

Releases: babylonlabs-io/btc-staker

Version 0.18.1

15 Dec 10:07
v0.18.1
cca4266

Choose a tag to compare

Improvements

  • #218 chore: bump old deps and fix gosec

Bug Fixes

  • #220 fix: unstake doesn't work for expired staking output

Version 0.18.0

08 Dec 13:09
v0.18.0
b72a8f3

Choose a tag to compare

Improvements

  • #202 chore: bump bbn v4
  • #203 chore: bump babylon to v4.0.0-rc.3
  • #204 chore: bump babylon to v4.0.0
  • #183 Add github actions release workflow.

Version 0.17.0

07 Aug 12:25
v0.17.0
9a55bf0

Choose a tag to compare

Improvements

  • #189 Use signing context
    string in staker pop
  • #188 Add stake expansion feature
  • #190 Add UTXO consolidation command
  • #192 Add migration command for stored txs
  • #195 Add logs with tx details on tx signature failure

Bug Fixes

  • #191 Fix stake expansion validation
  • #194 Use params by version query in stake expansion

Version v0.16.0-rc.0

23 May 15:20
a4b031f

Choose a tag to compare

Version v0.16.0-rc.0 Pre-release
Pre-release

Improvements

  • #85 Remove unused flags in stakercli.
  • #114 Multi-staking support. This PR contains a series of PRs on multi-staking support and BTC staking integration.
  • #134 Removal of both the watch-staking endpoint and the post-approval flow, and reduction of state in the database.

Bug fixes

  • #184 remove unnecessary check for unstaking
  • #172 chore: spend stake check confirmation

Version v0.15.9

11 Apr 13:07
v0.15.9
7c608f3

Choose a tag to compare

Bug fixes

  • #179 fix: add missing parameter to btc_staking_param_by_btc_height.

Version v0.15.8

09 Apr 14:04
v0.15.8
a160dcf

Choose a tag to compare

Improvements

  • #175 Add JSON-RPC server config parameters.

v0.15.7

02 Apr 11:51
v0.15.7
a87b823

Choose a tag to compare

Improvements

  • #169 bump babylon to v1.0.0
  • #166 Fix config for mainnet

v0.15.5

20 Mar 07:23
v0.15.5
e0a2bc8

Choose a tag to compare

Improvements

  • #156 disable tls in config
  • #154 chore: change default max feerate
  • #155 Add basic auth to daemon routes.
  • #151 Load parameters from
    babylon node instead of global parameters input file in stake-from-phase1.
  • #163 bump babylon to rc.8

Version 0.15.4

07 Mar 13:20
v0.15.4
6a772dd

Choose a tag to compare

  • #146 Sanity check that all transactions are standard

Version 0.15.3

24 Feb 15:13
v0.15.3
931bc4e

Choose a tag to compare

Improvements

  • #142 Set config default keyring backend to "file" type
  • #138 Adds prometheus metrics configuration to enabled it (disabled by default).