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