Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@cheeseandcereal cheeseandcereal released this 27 Aug 21:26
· 23 commits to production since this release
64caa1b

This release supports Dragonchain's new interchain network management endpoints, as well as deprecating the old ones (for new chains. Legacy chains will continue to support the old deprecated methods).

Changelog

  • Feature:
    • Add deprecation warnings for createBitcoinTransaction, createEthereumTransaction, and getPublicBlockchainAddresses
    • Add support for new interchain management endpoints with client functions:
      • createBitcoinInterchain
      • createEthereumInterchain
      • updateBitcoinInterchain
      • updateEthereumInterchain
      • getInterchainNetwork
      • deleteInterchainNetwork
      • listInterchainNetworks
      • setDefaultInterchainNetwork
      • getDefaultInterchainNetwork
      • signBitcoinTransaction
      • signEthereumTransaction
  • Packaging:
  • Development:
    • Update development dependencies