Neuron
Changelog
Neuron wallet new features and updates summary, join Github to learn more about the project progress.
0.19.0-beta.1 (2019-09-04)
(2019-09-04)
Bug Fixes
- add totalBalance to address test (90184aa)
- change typeScript type to
text
fromvarchar
(e334085) - fix balance tests (11dcac7)
- network test import (c4cb7e4)
Features
- add base settings and move skip config to here (37d82fb)
- neuron-ui: move the miner info from overview to wallet list (#907) (1378768)
- add an edit button by the side of description (031fed0)
- add controller for skip data and type (834390f)
- add hasData and typeScript to output entity (9fe535b)
- add SkipDataAndType class (a952152)
- add totalBalance to address entity (5746438)
- add totalBalance to address interface (7a29c03)
- calculate totalBalance and check skip data and type in gather inputs (f455545)
- neuron-ui: prevent updating tx and addr list when user is editing the description (6c4ea72)
- skip cells which has data or type (6a85705)
- using keep alive connection (f3fbe15)
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)