Releases: nervosnetwork/neuron
Releases · nervosnetwork/neuron
v0.23.0
0.23.0 (2019-10-23)
Bug Fixes
- api controller params (c345d06)
- fix codeHashOrCodeHashIndex in UI (bf396e5)
- Integration tests (14008f6)
- set previous url when set system script (7753c4f)
Features
- Add ApiController (7a00d33)
- Disable certain menu items when main windows is not current focus window (eecfa41)
- Expose a flat API controller from neuron wallet to UI layer (500c37c)
- Localize nervos website menu item (02be3af)
- Set window menu role (51e6a38)
- slipt sendCapacity to generateTx and sendTx (f956088)
- Softer activity row shadow (13445e7)
- neuron-ui: ignore the NodeDisconnected Errors from controller, … (#996) (248c8ed)
v0.22.2
v0.22.1
0.22.1 (2019-10-15)
Bug Fixes
- not sync after switch network (be5a014)
- neuron-ui: fix the type of script.args from string[] to string (aa34515)
Features
- neuron-ui: add loading effects on creating/import wallets (8508965)
- neuron-ui: add loading on creating networks (8b89b1e)
- neuron-ui: dismiss pinned top alert if it's related to auto-dismissed notifications (b1ea6d5)
- neuron-ui: make the alert of lacking remote module more clear (a36abba)
- neuron-ui: remove eslint rule of no-bitwise (c5c5101)
- neuron-ui: update loading style of submit button for importing/creating wallets (7469911)
- neuron-ui: update the epoch index (7599cb7)
- add lock to input (436b388)
v0.22.0
0.22.0 (2019-10-09)
Bug Fixes
- address balance error in indexer mode (0a35d61)
- neuron-ui: add an auto match on speed of price from 20 to 40 (160c844)
- neuron-ui: fix the relationship between transaction price and speed (541ab94)
- neuron-ui: show 0 confirmations if the real data is negative (e974a21)
- change
hasDatato 0 inoutput(04b1176)
Features
v0.21.0-beta.1
0.21.0-beta.1 (2019-09-27)
Bug Fixes
- sync stopped in indexer and normal mode (dfa2f1e)
- Translation for type column on history and address book view (4d4b7e1)
- neuron-ui: hide unrelated columns when the mainnet address is displayed (700c059)
Features
- discriminate chain type by the result of rpc.getBlockchainInfo method (9654662)
Performance Improvements
- skip
createdByif already created in indexer (b1d694b)
v0.21.0-beta.0
0.21.0-beta.0 (2019-09-24)
Bug Fixes
- create tx in several SQLs (d012cc5)
- hex number in indexer mode (9d56aee)
- rename class name from text-overflow to textOverflow (747fdcf)
- throw when capacity not enough for change (3629787)
- neuron-ui: disable scroll on notification dismission (0c754ad)
- neuron-ui: disable the submit button once a sending request is sent (0c72b01)
- neuron-ui: fix the repetition of notification (aa9e800)
- neuron-ui: fix the transaction detail view (9e6da54)
- neuron-ui: fix typo in class name (3417445)
- neuron-ui: sort outputs of a transaction by outPoint.index (c9aef30)
Features
- bump sdk to v0.21.0 (3abf7ca)
- neuron-ui: add a blank margin around the QRCode for improving recognization (8a7b246)
- neuron-ui: add a condition of isMainnet for displaying addresses (5be0335)
- neuron-ui: add a settings icon in the navbar component (8d929a3)
- neuron-ui: add mainnet/testnet addresses toggle (d55a415)
- neuron-ui: adjust the layout of the qr scanner dialog (5d91d90)
- Improve localization translations (44b3642)
- neuron-ui: refine transaction list and address list (e78dd9f)
- neuron-ui: remove hover effect on table header (a21bc7e)
- Remove hover background effect on property list and overview details lists (91a1c6e)
v0.20.0-beta.1
0.20.0-beta.1 (2019-09-17)
Bug Fixes
- neuron-ui: disable the submit button once a sending request is sent (0c72b01)
- neuron-ui: fix the transaction detail view (9e6da54)
- neuron-ui: fix typo in class name (3417445)
- neuron-ui: sort outputs of a transaction by outPoint.index (c9aef30)
Features
- neuron-ui: add a settings icon in the navbar component (8d929a3)
- Improve localization translations (44b3642)
- neuron-ui: add a blank margin around the QRCode for improving recognization (8a7b246)
- neuron-ui: refine transaction list and address list (e78dd9f)
- neuron-ui: remove hover effect on table header (a21bc7e)
- Remove hover background effect on property list and overview details lists (91a1c6e)
v0.20.0-beta.0
v0.19.0-beta.1
0.19.0-beta.1 (2019-09-04)
Bug Fixes
- add totalBalance to address test (90184aa)
- change typeScript type to
textfromvarchar(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)
v0.19.0-beta.0
0.19.0-beta.0 (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)