Skip to content

Releases: iron-fish/ironfish-wallet-cli

v2.4.0

30 Sep 21:49
f2944ee
Compare
Choose a tag to compare

What's Changed

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

v2.3.0

29 Apr 20:07
d9836a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

22 Apr 15:41
0680985
Compare
Choose a tag to compare

What's Changed

Add support for asset decimals. For more information see https://github.com/iron-fish/ironfish/releases/tag/v2.2.0

  • Allow using the wallet CLI with other networks by @mat-if in #58
  • use integer for network id by @mat-if in #59
  • Fix being able to set network definition on startup by @danield9tqh in #61
  • Add support for verified asset data by @mat-if in #60
  • fix rendering of head info in standalone wallet status by @hughy in #62

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

18 Mar 20:22
e0a4c3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Mar 23:51
bad8d2d
Compare
Choose a tag to compare

Upgrades the Ironfish SDK to be compatible with the first hardfork

What's Changed

  • fixes rendering of notes in transaction command by @hughy in #53
  • Upgrade to be on latest version of IF SDK 2.0.0 by @danield9tqh in #55

Full Changelog: v1.0.3...v2.0.0

v1.0.2

17 Jan 20:15
Compare
Choose a tag to compare

With this release, you are now required to use Node 20 to run the Ironfish Wallet CLI. This is now parity with the Iron Fish CLI.

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

17 Jan 20:16
8cfc37c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

05 Sep 19:59
c2d88ca
Compare
Choose a tag to compare

What's Changed

  • fix(wallet-cli): Fix start example for IPC by @rohanjadvani in #32
  • Rahul/ifl 1504 add f flag to walletstatus nice to have by @patnir in #26
  • Rahul/ifl 1561 bug node status command fails by @patnir in #33
  • chore(wallet-cli): Update ironfish dependencies by @rohanjadvani in #35
  • feat(wallet-cli): Log out if no transactions for an account by @rohanjadvani in #34
  • updates wallet.createAccount usage by @hughy in #22
  • adding stop command to standalone wallet by @patnir in #21
  • adds faucet command to standalone wallet by @hughy in #25
  • v1.0.0 by @rohanjadvani in #36

Full Changelog: v0.3.0...v1.0.0

v0.3.0

29 Aug 17:23
a3243e7
Compare
Choose a tag to compare
  • feat(wallet-cli): Improve error message if node config unset (#30)
  • feat(wallet-cli): Remove bin/ironfish (#29)
  • fix(wallet-cli): Remove telemetry log in start (#27)
  • refactor(wallet-cli): Update examples to use ironfishw (#28)