Skip to content

Release v3.2.0

Compare
Choose a tag to compare
@0x31 0x31 released this 01 Jul 04:10
· 78 commits to master since this release
e106c63

Changes that were marked deprecated in v3.1.0 or earlier have now been removed:

  • txidFormatted has been renamed to txHash
  • Function and variable names that included Evm have been renamed to use EVM
  • chain.txidToTxidFormatted should be replaced with utils.toURLBase64(chain.txHashToBytes(txHash))
  • chain.txidFormattedToTxid should be replaced with chain.txHashFromBytes(utils.fromBase64(txid))
  • For EVM chains, chain.network.network is now chain.network.config