Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@gndelia gndelia released this 10 Jan 15:40
v2.0.0
5dce0ce

What's Changed

  • Update Bitcoin integration (Bitcoin Tunnel Manager and other contracts) by @gndelia in #33

Breaking Changes

  • Bitcoin Tunnel Manager address updated
  • bitcoin-vault methods and abi removed
  • bitcoin-kit, and bitcoin-tunnel-manager abis were updated

bitcoin kit breaking changes

  • getBitcoinAddressBalance, getHeaderN, getLastHeader, getTransactionByTxId, getTxConfirmations and getUtxosForBitcoinAddress now require the bitcoinKitAddress as a parameter

bitcoin tunnel manager changes

Public actions

  • getVaultOwnerByBTCAddress was removed
  • getVaultAddressByOwner was replaced with getVaultIndexByBTCAddress

Wallet actions

  • confirmDeposit now requires a few new extra parameters: extraInfo, outpudIndex, txId and vaultIndex.
  • initiateWithdrawal renamed ownerAddress to vaultIndex

Full Changelog: v1.7.0...v2.0.0