Skip to content

v2.4.0

Compare
Choose a tag to compare
@NullSoldier NullSoldier released this 24 Jun 21:57
· 480 commits to master since this release
5201a94

What's Changed

RPC Breaking Changes 🛠

  • RPC node/getStatus now returns the latest accounts head in accounts.head
  • Effectively deleted wallet/rescanAccount in favor of wallet/rescan. It rescans all accounts and doesn't apply to one account. Also changed request input.
  • RPC wallet/exportAccount now only returns encoded accounts and defaults to Base64Json format. It no longer supports returning an RpcAccountImport.
  • RPC wallet/importAccount now only accepts encoded accounts. It no longer supports importing an RpcAccountImport.

SDK Breaking Changes 🛠

  • Deleted Wallet.getLatestHeadHash() in favor of Wallet.getLatestHead()

Other Changes

Full Changelog: v2.3.0...v2.4.0