github iron-fish/ironfish v2.4.0

6 days ago

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

Don't miss a new ironfish release

NewReleases is sending notifications on new releases.