Releases: nanocurrency/nano-node
Version 7.5.0 released
Fixes issues with ledger corruption which would cause the node to crash.
Version 7.4.9 Released
Please backup your wallet seed: https://github.com/clemahieu/raiblocks/wiki/Wallet-Backups
Changes:
- Killing TCP connections on shutdown which should prevent the process from staying open in the background
- Showing the current version number in the GUI
- The wallet shouldn't complain about being unable to find an account number anymore
- Randomize network contacts for more even usage
Version 7.4.8 released
Fixing an issue where a client wouldn't resolve a conflict.
Version 7.4.7 Released
Fixed a crashing issue by calculating something more efficiently
Added better error messages on wallet startup
Fixed an issue where config could be corrupted while running.
Patch version 7.4.6 released
This is a source-code only release changing how the history RPC reports data.
Version 7.4.5 Released
Transaction history of any account can be viewed in Advanced -> Account Viewer
Values are displayed in krai by default
Fixed an issue that would make the wallet hang when upgrading and make the config.json file size grow.
Fixed a crash attempting to import legacy wallets that are corrupted.
As always, make sure you have backed up your wallet seed https://github.com/clemahieu/raiblocks/wiki/Wallet-Backups
Version 7.4.4 released
This release features a number of UI fixes to the wallet and has an OpenCL work generator for people with high transaction load.
Please make sure you've followed the instructions to back up your wallet seed:
https://github.com/clemahieu/raiblocks/wiki/Wallet-Backups
- Transaction hashes are shown in the account history view
- Wallet can show Mrai, krai, or rai
- Fixed an issue where the wallet config was being clobbered on shutdown
- Simplified the build system by pulling library source in to tree
- Fixed an issue where importing a wallet that needed an upgrade would deadlock
Version 7.4.3 released
This is a bugfix release for synchronization issues.
- Fixed an issue where the client would wait up to a minute for a connection timeout before trying to bootstrap to another peer.
- Fixed an issue where bootstrapping could cause a deadlock which would never complete.
- Fixed an issue which could cause a crash on startup due to a race condition.
- Used the multithreaded logger which caused issues on some platforms.
Version 7.4.2 released
The biggest feature in this change is the addition of a 32-bit windows wallet. The 32bit version can also be used if your CPU doesn't support SSE4 instructions.
GUI wallets can also enable RPC control in the config file.
RPCs added:
- 'block_account' to list the account to which this block belongs
- 'history' to print an account's transaction history.
Version 7.4.1 released
Fixing some intermittent crashes.