Skip to content

Releases: iron-fish/ironfish-node-app

3.0.7

09 Jul 16:54
94354f5
Compare
Choose a tag to compare

What's Changed

  • Bumps @ironfish/sdk version to 2.4.1
  • Fixes bug where users would see an error if they had no accounts with spending permissions
  • Minor updates to facilitate upcoming Chainport bridge work

Full Changelog: v3.0.6...v3.0.7

3.0.6

27 Jun 18:12
8bb4c45
Compare
Choose a tag to compare
  • Moved Network, Language, and Theme selectors to a new Settings page
  • Fixed issue that allowed the same contact to be added multiple times
  • Updated @ironfish/sdk to 2.4.0
  • Added feature flag support

3.0.5

31 May 13:39
dff8bd3
Compare
Choose a tag to compare
  • Removed Reload and Force Reload from menus
  • Fixed crash on exit while downloading snapshot
  • Fixed sidebar height extending past window height
  • Fixed asset verification checkmark incorrectly always displaying
  • Upgraded Electron to v29.4.2

3.0.4

20 May 17:48
9f936e5
Compare
Choose a tag to compare
  • Custom asset decimal places are now being sourced from asset metadata
  • Displays current network during onboarding
  • Fixes Linux + Mac build issues
  • Minor UI fixes

3.0.3

02 Apr 21:50
9564131
Compare
Choose a tag to compare
  • Fixed error when downloading snapshot

3.0.2

02 Apr 19:34
edecf4b
Compare
Choose a tag to compare
  • Adds ability to switch between mainnet and testnet networks.
  • Skip snapshot step during onboarding if already up to date.

3.0.1

27 Mar 20:45
06a53ee
Compare
Choose a tag to compare

What's Changed

  • Improves send flow UX by only allowing valid characters in amount input
  • Updates Iron Fish SDK to v2.1.0
  • Adds option to reset and to restart the node when an uncaught error occurs
  • Shows change notes in their own category in transaction view
  • Copy tweaks and minor UX improvements

Full Changelog: v3.0.0...v3.0.1

3.0.0

07 Mar 01:47
043fcad
Compare
Choose a tag to compare

This change includes the activation for the first Iron Fish Hardfork. Upgrading to this version will prepare any node runners for the activation of the hardfork on mainnet.

2.0.4

21 Feb 06:25
e89f65a
Compare
Choose a tag to compare

What's Changed

  • This release enables the testnet hard-fork sequence at block 419,193. See the hard-fork FIP for more details.
  • Added base64json encoding to wallets and removed bech32 encoding

2.0.3

03 Feb 00:27
1bb4fd3
Compare
Choose a tag to compare
  • The app now migrates address book entries from the 1.0 version of the app on startup.
  • The transaction hash can now be copied on the transaction details page.
  • The transaction details page includes a link to the block explorer.
  • Fixed a bug on the Send screen where the fee would flicker when typing in a transaction memo.
  • Updated the Send screen to prevent typing in memo field when at max memo length.
  • Upgraded Iron Fish SDK to 1.19.0, fixing a bug with account importing.