(2020-01-07)
Happy New Year and welcome to the v0.26.3 release of Neuron!
New look and feel
Neuron has a new look and feel that we hope you will like. We're still designing and tweaking many of the UI parts so please stay tuned as there're more to come in future releases.
Bundled CKB node
CKB v0.26.1 was released on Dec 30th, 2019. This version of CKB node is now bundled and preconfigured in Neuron.
Nervos DAO
There're many improvements for Nervos DAO feature, some of the key changes include:
- Allow depositing all balance to Nervos DAO. When the user does so, show hint to remind them to reserve some CKB for withdraw operation.
- Added the Current Compensation Period dialog showing explanation of epochs period.
- Label Nervos DAO transactions in recent activities.
Electron 7
We updated to Electron 7 in this release. Electron 7 added ipcRenderer.invoke()
and ipcMain.handle()
for asynchronous request/response-style IPC, which are recommended over the remote
module. To take advantage of that, we refactored data flow between wallet core and UI layers, replacing remote
usage with ipcRenderer.invoke()
and ipcMain.handle()
.
Bug fixes
- Fixed a lot of bugs related to block syncing.
- Fixed minor bugs with Nervos DAO feature.
- Fixed an issue that transaction detail window shows blank content.
- Fixed a bug that allows transaction fee price to be set as non-integer number.
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 674441153a0347800ba86b6c51e89ebad8ff7cdac453c773e2c90bd4b1157c06 |
macOS | x64 | zip | 2e58367a00707f2f6814b2b69262f9837de12cff9b2a3b0665aafe7b4f791630 |
macOS | x64 | DMG | af92a969e6be53e2ef61f5bf402160b0fa83aa3e9b74849119b69de9b43644df |
Linux | x64 | AppImage | cf8e28c73aceec28f42ad7febbe1c59c51d69ce797d5f7596f050654f63ce077 |
(2019-12-06)
Bundled CKB node
It's painful to download, configure and run a CKB node when setting up the Neuron wallet. We understand that. Version 0.26.0 comes with a bundled CKB node, preconfigured to connect to Nervos CKB Mainnet Lina. Just open Neuron and it will start the bundled node and sync with that.
If you prefer to run your own node you can still do that. Start your node before launching the Neuron wallet, then Neuron will connect to your node instead of the bundled one.
Note that your operating system or firewall might ask you for permission to run the bundle node. Please allow that when prompted.
Improved Nervos DAO UI and flow
We added a feature to allow you to deposit all of your unused balance into the Nervos DAO. Simply drag the deposit amount slider to the right and Neuron will calculate the amount and fee for you.
With the updated formula of DAO compensation rate, the Nervos DAO view now displays more precise information.
UI for checking updates
We've introduced UI for checking and downloading updates. You can find this on Settings(Preferences) - General
view. It's now more convenient to see when there's a new version available to install.
Bug fixes
We fixed several bugs related to block syncing and balance calculations. Now, balance of Overall and locked/free Nervos DAO should display correctly.
We also addressed several other bugs to make the Neuron wallet more stable.
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 25812ebd3f477b0caa0a49dee67d5caf022b6dc5ff1fedfa74385d7eedb902d3 |
macOS | x64 | zip | e78f5c1ebd8a66d18f0459cbf73dda8e3f36d3688d838f039755eebb98827c6d |
macOS | x64 | DMG | b380caa74d3caabe8e65092d6646a07f8e50e6242ec62d12e8c10562056ff725 |
Linux | x64 | AppImage | bdd547774c6d2da752352cc61fae7d40c2aca7c499643ff2e2a4a2c71715cb9e |