Neuron
Changelog
Neuron wallet new features and updates summary, join Github to learn more about the project progress.
0.33.1 (2020-11-16)
CKB v0.35.1 was released on Sept. 14th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
Hotfix
- Includes the
hd_public_key_info
table info in debug log. - Requires the x64 version of vcredist component on Windows.
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 5e14f865f4624cef15eb5e907e311426f0359e810fd47b92ee78e31c2a7250f5 |
macOS | x64 | zip | 82861b22e3744ea7986759b862df8549004668cecd65b9a6ed4ee5b3820dbe21 |
macOS | x64 | DMG | 7f56fddcadef49e7c51fa6cd59a9140e7f60e2a55841f665073b3042f27676a3 |
Linux | x64 | AppImage | afc008a031bd4163c45e1aa6aab15ba1a87301d12c26eb67990e6f7eaa5c18f6 |
0.33.0 (2020-10-14)
CKB v0.35.1 was released on Sept. 14th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
Note: There will be a data migration for the new bundled node CKB v0.35.1, which may take several minutes to boot up for the first time after upgraded from the earlier versions. Attention: The migration is not reversible. Please backup the data directory if you want to use old versions later.
Refactor
- Upgrade from Electron 7 to Electron 9.
- Refactor the wallet address storage to be based on an SQLite table rather than a JSON file.
- Deprecate LevelDB and use SQLite instead.
- Refactor send component.
New features
- Reduce the confirmation block height from 300 to 24.
- Enable
Asset Accounts
for mainnet. - Support transfer to multisig address.
Bug fixes
- Fixed
InsufficientCellCapacity
error for CKB ACP transfer when there are cells with data. - Fixed
too many SQL variables
error when there are too many addresses in wallets. - Fixed the autofill description on unlocking assets.
- Refine error message when the fee for dao withdrawal transaction is insufficient.
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 409de74b9e00353583b850d95c39b5a8e51216c62c5b377b641b1a996573e61e |
macOS | x64 | zip | 685e1e6638e1d9531bb70f23ae113e26d28c4c6566e3c730cdc7b2c0d3157946 |
macOS | x64 | DMG | a9929293ea4d28cf5bbc946f176eeae19f54a7b45ddd87cc6650cb553e36f3bc |
Linux | x64 | AppImage | b230f28fe6710981c0aac94d88c153493d1928d96e4fe637de1a01a3266ffb69 |