This is an RC version to preview the changes in the next release.
Bundled CKB node
CKB v0.29.0 was released on Feb 26th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
New features
We added several new features with this version:
- Sign/Verify message: Sign a message with an address and its private key, or verify a signed message with an address and its public key.
- Customized assets: List customized assets that have non-standard cells, e.g. cells with locktime.
- Transaction with locktime: Send a transaction that could only be released after the locktime.
Performance tweak
Thanks to the community we have found and fixed a serious performance issue. Miner wallets usually receive transactions with huge amount of inputs. When syncing this kind of wallets Neuron became very slow and unresponsive, and couldn't calculate the balance correctly. With this release we've tweaked the sync process, making it run faster and handle transactions with many inputs/outputs properly.
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | e4920dd73f03683b6748208c1aeef0fffbaddc9d4fe4a08aea1a7fff1b4364b8 |
macOS | x64 | zip | ba060bf1e85c845d62ef1e6fdf0cd2dc466f8fabb3ddca0db0dc4d0007e8d854 |
macOS | x64 | DMG | dfc229ee50e926f070f080cd6a69672bc8fa69f00b4439d0f16bc01a7534f087 |
Linux | x64 | AppImage | 835723d331fbaaaffeebaab202bd11eee897f1973aa1a8869d8ce5e7df25045f |
Bundled CKB node
CKB v0.28.0 was released on Feb 4th, 2020. This version of CKB node is now bundled and preconfigured in Neuron.
Full Payload Format address
Full Payload Format (long) address support is ready with this release. For those of you who are curious about what long address is, let's see an example:
Before this release, Neuron only supported Short Payload Format (short) address, e.g., ckb1qyqt8xaupvm8837nv3gtc9x0ekkj64vud3jqfwyw5v
.
From this release, Neuron will support Full Payload Format (long) address as well, e.g., ckb1qjda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xw3vumhs9nvu786dj9p0q5elx66t24n3kxgj53qks
.
Extended public key
We've added a new feature to export and import extended public key for a wallet. A wallet imported by extended public key runs in watch only mode. It can sync, show balance and transaction histories as a regular wallet, but it cannot sign and send transaction.
Please note that for this release we didn't implement any UI limitations to wallet imported by extended public key. This means you could still try to send transaction from it; but when you do so, it would fail when verifying your wallet password.
Electron
We updated Electron to 7.1.11.
Downloads
OS | Arch | Package | SHA256 Checksum |
---|---|---|---|
Windows | x64 | exe | 27d46c04a2eee7ee53695ce07c8f122b54d6e626cb4a3b006100b05f28ff3875 |
macOS | x64 | zip | b23b3cac7a6bf0f03fd37d5131c21ea6b473515e5ef02dd3a338f9f20fcff981 |
macOS | x64 | DMG | 5062873aadfed95fc0928370b1dd8e953e0d136da161a4d3bc3d70d279df8764 |
Linux | x64 | AppImage | e34cafab7e8519b79ba5f760624d367eeb204ed9552b5bd23200a2e434417ca6 |