Skip to content

Releases: nervosnetwork/neuron

v0.24.3

11 Nov 05:41
e27bfb4
Compare
Choose a tag to compare

0.24.3 (2019-11-11)

Bug Fixes

  • neuron-ui: fix the address prefix on tx view according to the chain type. (ffedca7)
  • neuron-wallet: order inputs in a tx (b0e3855)
  • I18n for pending confirmations count (2990891)
  • input capacity can be null (2d80fa8)

Features

  • neuron-ui: remove input truncation on importing keystore. (#1068) (2d6283d)
  • neuron-ui: show local error message ahead of remote error message (21fd5b1)
  • neuron-ui: show the error message from api controller on send view. (7bf6dbc)
  • neuron-wallet: trim the keywords on searching txs (8ed5501)
  • strengthen address validation (1bc213a)
  • neuron-ui: update the explorer url according to chain type. (67aceb8)
  • Finalize testnet explorer URL (848fe7b)
  • neuron-ui: adjust the layout of receive view to vertical aglinment. (8d58abc)
  • neuron-ui: only addresses start with 0x0100 are valid (67be688)

Downloads

OS Arch Package SHA256 Checksum
Windows x64 exe 927226b1d9ca3b155d0f61c3f4bd66b20bf1d9cc2b2acbf05f1770766f0b26c8
macOS x64 zip 1001be6299392f82b3ff50b361ae1fba8d2b910e192d8c8717d3ca59329ef7d1
macOS x64 DMG 6b62d740ca5430a5761e40f30bf79041c07eada519b3f228ab5dd4382bce7e1e
Linux x64 AppImage 15bbf9b31db543ccfceb27d7bc613ebe641a9c2fbbce2e2bb444011adcf79812

v0.24.2

08 Nov 06:26
57b1a03
Compare
Choose a tag to compare

0.24.2 (2019-11-08)

Bug Fixes

  • replace with empty string in input group rename witness (5d59f3d)
  • skip get previous tx when cellbase (41600ea)
  • skip get previous tx when cellbase in indexer (7e8a578)
  • skip the cellbase tx, not the first input (aeeb464)

Features

  • Disable search history by amount (9bdece6)
  • remove skip data and type toggle (879d227)

Downloads

OS Arch Package SHA256 Checksum
Windows x64 exe fe1064280f898707506aa09a75946a9690a049eff12aeb2c36b69d04ba034efc
macOS x64 zip 479bf3de6955af80fce7be08ca5b635aaf17e827110107348a858b521aebb8ae
macOS x64 DMG a1a1d890f7c2af7a9d3d5488f77647f83dd9d5dba3573a0af136f6147b4d0277
Linux x64 AppImage 38f0ec1f130b9e744dee8852cd31d726210575ff8df129f2011bf697798eede3

v0.24.1

07 Nov 22:26
86b66a2
Compare
Choose a tag to compare

0.24.1 (2019-11-07)

Features

  • Create a ruby script to download a release binaries (acfa6e9)
  • Use system curl and sha256sum commands to digest binaries (0fa0dd8)

Downloads

OS Arch Package SHA256 Checksum
Windows x64 exe 4bec63cf1922269aebc9fd805c74b2385717760714f6801eba53e62b321b24f1
macOS x64 zip a20992c94a0d2c788ccaae3622a14abbf7a38979f44273b069b0498607276f97
macOS x64 DMG 26c93ba3bb4d0de4ec04ce564ccf93ec86057436040130f1da0047d2c9d362e9
Linux x64 AppImage c3ba98c11c720c4c9c7fe87428b5c9c4c64c75173597817ea46df570583fb280

v0.24.0

04 Nov 02:55
c136b30
Compare
Choose a tag to compare

0.24.0 (2019-11-04)

Bug Fixes

  • sign witness result in test (92dbaa2)
  • neuron-ui: remove length limitation of password, but should the alert instead (f25c8fd)
  • Search history by date (6df490a)
  • neuron-ui: hide the colon if description is empty (3af1ec4)
  • neuron-ui: hide the confirmations of pending txs (456210d)
  • neuron-ui: hide the pending list if it has no items. (19d857e)

Features

  • Always show address book (940e23a)
  • Change confirmation threshold to 30 (1dabb3c)
  • Change the way pending confirmations display on overview (f5cad48)
  • Move explorer URL determination to ChainInfo (83c69c7)
  • Remove miner info feature (4dcdad4)
  • neuron-ui: clear send view on wallet switching (47af746)
  • neuron-ui: disable the submit button if the generated tx is null (be45889)
  • neuron-ui: use tooltip component instead of element title to display the sync progress. (6780d45)

Performance Improvements

  • cache getTransaction result when sync in indexer mode (756bd30)

Downloads

OS Arch Package SHA256 Checksum
Windows x64 exe efb4b6ea14c0ac6a91b6ef76237a7fa1bf6f2ef25191079549fbc979205bf4aa
macOS x64 zip f291c678decdd934214e050badd90c98635d2077a475fc802cc10f306199dbe0
macOS x64 DMG 11e9356fa0db162e987c78b3d701d158c9b835dae2c1018b02523a8887344010
Linux x64 AppImage e0786ab88587eadb01e153fd5a1d32610e6995743fb5309ef7451edb1a72cfd6

v0.23.1

28 Oct 07:04
247c1a1
Compare
Choose a tag to compare

0.23.1 (2019-10-28)

Bug Fixes

Features

  • Add a few db indices (83dffb5)
  • display disconnection errors and dismiss them on getting connec… (#1019) (e866c66)
  • Optimize output db query (6e36550)
  • stringify the result from api controller (1f4d4ea)
  • neuron-ui: add a tooltip to display synchronized block number and the tip block number (9e52fef)
  • neuron-ui: display confirmations of pending transactions in the recent activity list (9aebede)
  • neuron-ui: update history list to make it more compact (35d8b87)
  • neuron-ui: update the Send View according to the new transaction fee model. (dc415f3)

v0.23.0

23 Oct 07:08
52de35d
Compare
Choose a tag to compare

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

16 Oct 06:42
d006c37
Compare
Choose a tag to compare

0.22.2 (2019-10-16)

Bug Fixes

  • neuron-ui: fix the label of skip-data toggle (dafcb3e)
  • neuron-ui: set current wallet to empty when all wallets are deleted (f146e34)

Features

  • Load icon for BrowserWindow to show it on linux launcher (7ce28b6)
  • neuron-ui: display address field of input on the transaction de… (#987) (0cb9a1d)

v0.22.1

15 Oct 09:01
5b82943
Compare
Choose a tag to compare

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

09 Oct 07:21
d7ead83
Compare
Choose a tag to compare

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 hasData to 0 in output (04b1176)

Features

  • bump sdk to v0.22.0 (b6e3035)
  • neuron-ui: add a toggle of skip-data-and-type (9cb7c62)
  • neuron-ui: extend the width of tx type field to 70 px (513c7d9)
  • neuron-ui: update the view of transaction detail (#965) (ca38b40)
  • enable copy the mainnet addresses when it's not connected to the mainnet (6b3952f)

v0.21.0-beta.1

27 Sep 02:30
530e421
Compare
Choose a tag to compare
v0.21.0-beta.1 Pre-release
Pre-release

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 createdBy if already created in indexer (b1d694b)