Post
Topic
Board Announcements (Altcoins)
Re: [ANN] IRON FISH (IRON) - GPU PoW - Privacy
by
bruges
on 30/11/2023, 00:55:56 UTC
Iron Fish v1.13.0 has been released!

What's Changed
* Updated the SDK to now run on Node 20 LTS https://github.com/iron-fish/ironfish/pull/4434
* Added sorting for peers command https://github.com/iron-fish/ironfish/pull/4442
* Whitelisted nodes are now not disconnected https://github.com/iron-fish/ironfish/pull/4444
* Adding ability to select notes in the transaction send command by https://github.com/iron-fish/ironfish/pull/4465

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
Code:
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.