Skip to content

1.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 16:40
· 76 commits to master since this release
82e085a

Important

This release contains a migration to merge all currency specific wallets into a single "shared" wallet, to verify this was successful (after the 1.25.1 upgrade) please use the following instructions:

# show the wallets currently available to bitcoin core
bitcoin-cli listwallets

# note the currency specific wallet names (e.g. vault-KINT-KBTC) and show
# the addresses and amounts for each
bitcoin-cli -rpcwallet=${CURRENCY_WALLET} listaddressgroupings

# when the vault has finished rescanning, compare the
# balances to those now in the "shared" wallet (e.g. vault-shared)
bitcoin-cli -rpcwallet=${SHARED_WALLET} listaddressgroupings

Highlights

  • Removed testnet metadata and upgraded for 1.25.1
  • Upgraded subxt from 0.25.0 to 0.29.0

1.23.0 (2023-08-16)