Skip to content

v1.13.0

Compare
Choose a tag to compare
@NullSoldier NullSoldier released this 29 Nov 23:24
· 715 commits to master since this release
8fa601f

What's Changed

  • Updated the SDK to now run on Node 20 LTS #4434
  • Added sorting for peers command #4442
  • Whitelisted nodes are now not disconnected #4444
  • Adding ability to select notes in the transaction send command by @patnir in #4465

Full Changelog: v1.12.0...v1.13.0

Note Selection in ironfish wallet:send

You can now pass note hashes to ironfish wallet:send command to force the wallet to use these notes in the transaction.

Example

ironfish wallet:send \
    --note 72e91d6672d79f9006f128a16cf52bbb585037fee2aea8385b56919c3ac9570b \
    --note 4a5feb193d425fa73abfb108027a643eb027e46684c50e2bef5d66ea48ec3d2d \
    --note f8b91f81caf4489c83734c2b29ad4587c9ba0c1080854a3f6da19f6fad49265e

NOTE: If you specify notes, and it's not enough for the send amount, the wallet will add extra notes to fund the transaction.