Skip to content

Releases: nanocurrency/nano-node

Version 7.4.9 Released

28 Apr 03:47
Compare
Choose a tag to compare

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

27 Apr 04:32
Compare
Choose a tag to compare

Fixing an issue where a client wouldn't resolve a conflict.

Version 7.4.7 Released

26 Apr 23:21
Compare
Choose a tag to compare

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

25 Apr 22:11
Compare
Choose a tag to compare

This is a source-code only release changing how the history RPC reports data.

Version 7.4.5 Released

22 Apr 06:16
Compare
Choose a tag to compare

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

19 Apr 04:34
Compare
Choose a tag to compare

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

31 Mar 02:22
Compare
Choose a tag to compare

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

26 Mar 18:39
Compare
Choose a tag to compare

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

19 Mar 07:57
Compare
Choose a tag to compare

Fixing some intermittent crashes.

Version 7.4.0 released

18 Mar 03:30
Compare
Choose a tag to compare

The major change in this version is moving to deterministic wallets. Rather than each account in your wallet having a key that needs to be backed up separately, all accounts are associated with a single "wallet seed". This number is the only number you need to back up in order to recover all your account numbers in case of data loss.

Wallets upgrading from previous versions will be almost seamless. When you unlock your wallet, a random seed will be generated. If you view your accounts under "Advanced" -> "Accounts" any old adhoc accounts that have a balance greater than zero will be displayed in red. If you have adhoc accounts with no balance, they are not displayed. You can generate new deterministic accounts with "Create account" and we recommend you send balances from adhoc accounts to deterministic accounts.

Please back up your wallet seed according to the updated instructions https://github.com/clemahieu/raiblocks/wiki/Wallet-Backups

A "stop" RPC was added to shut down the node gracefully.