What's Changed
Breaking Changes
- Bitcoin Tunnel Manager address updated
bitcoin-vault
methods and abi removedbitcoin-kit
, andbitcoin-tunnel-manager
abis were updated
bitcoin kit breaking changes
getBitcoinAddressBalance
,getHeaderN
,getLastHeader
,getTransactionByTxId
,getTxConfirmations
andgetUtxosForBitcoinAddress
now require thebitcoinKitAddress
as a parameter
bitcoin tunnel manager changes
Public actions
getVaultOwnerByBTCAddress
was removedgetVaultAddressByOwner
was replaced withgetVaultIndexByBTCAddress
Wallet actions
confirmDeposit
now requires a few new extra parameters:extraInfo
,outpudIndex
,txId
andvaultIndex
.initiateWithdrawal
renamedownerAddress
tovaultIndex
Full Changelog: v1.7.0...v2.0.0