Neuron
Changelog
Neuron wallet new features and updates summary, join Github to learn more about the project progress.
0.19.0-beta.0 (2019-08-29)
(2019-08-29)
BREAKING CHANGES
- Code signing certification was updated. Manual installation of this version is required as automatic update won't work.
- There was a bug that calculated keystore mac incorrectly. Older exported keystore files might not be able to be imported.
- DB structure was changed per CKB transaction and other types' changes.
Bug Fixes
- Fix keystore mac calculation
- add outputsData and headerDeps (f2432eb)
- Error when handling crypto.scryptSync with N > 16384 (eac4339)
- fix filterOutputs for async filter (c851963)
- hide some tests in lock utils tests (19c6673)
- remove default hash_type=data (33cc4cf)
Features
- bump sdk to v0.19.0 in neuron-ui (3b6ede9)
- bump sdk to v0.19.0 in neuron-wallet (6ca8200)
- Increase KDF params N value to 2**18 to produce more secure keystore (06f5ac6)
- Remove MenuCommand enum (#900) (e40c5cf)
- Update TypeScript to 3.6 (ac61a5b)
- neuron-ui: set the cycles to empty if the transaction is invalid (64166cc)
- neuron-ui: show confirmations on the History View (84692c7)
0.18.0-beta.1 (2019-08-22)
(2019-08-22)
Bug Fixes
- remove hash_type=Type in test (9340e41)
- neuron-ui: fix the color of pagination (3ffed72)
- neuron-ui: fix the i18n text of pagination (c779a20)
- address service test (f743a06)
- don't restart when generate new address in normal sync (66b6810)
- minBlockNumber select error (acbafd0)
- using appendLockHashInfos (342061d)
- e2e: Make sure to exit server (559a11e)
- neuron-ui: disable the submit button when it's sending (9fc7b7d)
- neuron-ui: use the create api for creating wallets (49edee8)
- only check success txs (2ec2529)
- reset when import wallet (6be360e)
Features
- neuron-ui: add more detailed error messages of the amount field (a2503ff)
- neuron-ui: add verification on updating amounts (46ae8c1)
- check tx success regular intervals (a1203da)
- not start from zero in indexer when create wallet (25ed522)
- not start from zero in normal sync when create wallet (50a3c73)
- neuron-ui: fill the address field automatically on QR Code recognized as a valid address (c8a6689)
- neuron-ui: update the cycles on the outputs changing (01d02e0)
- neuron-ui: use real cycles (874e781)
- auto switch indexer or common sync (ece382f)
- compute cycles (2be05b3)
- impl sync by indexer RPCs (16fa2a4)
- Update Electron to v6 (0977897)
- neuron-ui: use the same naming strategy as importing mnemonic words (694ac98)
- process fork in indexer mode (a7ad2d5)