Releases: iron-fish/ironfish-node-app
Releases · iron-fish/ironfish-node-app
3.0.7
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
- 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
- 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
- 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
- Fixed error when downloading snapshot
3.0.2
- Adds ability to switch between mainnet and testnet networks.
- Skip snapshot step during onboarding if already up to date.
3.0.1
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
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
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 removedbech32
encoding
2.0.3
- 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.