-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat-keep-awake
- Loading branch information
Showing
16 changed files
with
162 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,93 @@ | ||
# 0.114.2 (2024-03-15) | ||
|
||
### CKB Node & Light Client | ||
|
||
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.114.0) was released on Feb. 29st, 2024. This version of CKB node is now bundled and preconfigured in Neuron. | ||
- [CKB Light [email protected]](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.6) was released on Feb. 8th, 2024. This version of CKB Light Client is now bundled and preconfigured in Neuron | ||
|
||
### Assumed valid target | ||
|
||
Block before `0x397d7d41167051cab2bf1610e334ad3aa5cf612e2cd442f71b91422e0361141e`(at height `12,450,084`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3077) | ||
|
||
--- | ||
|
||
Good day, good Neuron, packed with exciting new features and enhancements to elevate your transaction experience! | ||
|
||
With support for Cell Management, Chained Transactions, and detailed viewing options, managing your transactions has never been easier. | ||
|
||
We're also thrilled to announce multilingual support, with French and Spanish interfaces now available, thanks to the contributions of our dedicated community members. | ||
|
||
Plus, enjoy enhanced guidance features like remaining time estimation and the ability to amend pending transactions for added flexibility. | ||
|
||
With optimizations to settings and transaction overviews, Neuron continues to prioritize efficiency and user satisfaction. | ||
|
||
Upgrade now and experience seamless transaction management with Neuron. | ||
|
||
[![[email protected]](https://github.com/nervosnetwork/neuron/assets/7271329/883aba6e-ceb0-402d-9de0-d46609c528b7)](https://youtu.be/df29-EUZG0Y) | ||
|
||
--- | ||
|
||
## Bug fixes | ||
|
||
- #3081: fix start-sync confirmation in light client mode.(@yanguoyu) | ||
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.114.0...v0.114.2 | ||
|
||
# 0.114.0 (2024-03-15) | ||
|
||
### CKB Node & Light Client | ||
|
||
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.114.0) was released on Feb. 29st, 2024. This version of CKB node is now bundled and preconfigured in Neuron. | ||
- [CKB Light [email protected]](https://github.com/nervosnetwork/ckb-light-client/releases/tag/v0.3.6) was released on Feb. 8th, 2024. This version of CKB Light Client is now bundled and preconfigured in Neuron | ||
|
||
### Assumed valid target | ||
|
||
Block before `0x397d7d41167051cab2bf1610e334ad3aa5cf612e2cd442f71b91422e0361141e`(at height `12,450,084`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/3077) | ||
|
||
--- | ||
|
||
Good day, good Neuron, packed with exciting new features and enhancements to elevate your transaction experience! | ||
|
||
With support for Cell Management, Chained Transactions, and detailed viewing options, managing your transactions has never been easier. | ||
|
||
We're also thrilled to announce multilingual support, with French and Spanish interfaces now available, thanks to the contributions of our dedicated community members. | ||
|
||
Plus, enjoy enhanced guidance features like remaining time estimation and the ability to amend pending transactions for added flexibility. | ||
|
||
With optimizations to settings and transaction overviews, Neuron continues to prioritize efficiency and user satisfaction. | ||
|
||
Upgrade now and experience seamless transaction management with Neuron. | ||
|
||
[![[email protected]](https://github.com/nervosnetwork/neuron/assets/7271329/883aba6e-ceb0-402d-9de0-d46609c528b7)](https://youtu.be/df29-EUZG0Y) | ||
|
||
--- | ||
|
||
## New features | ||
|
||
- #2859: Support Cell Management.(@yanguoyu) | ||
- #2963: Support chained transactions.(@yanguoyu) | ||
- #2986: Support viewing chained transaction detail.(@yanguoyu) | ||
- #3012: Support French in User Interface.(Special thanks to @Natixe) | ||
- #3024: Support Spanish in User Interface.(Special thanks to @Natixe) | ||
- #3014: Support remaining time estimation.(@yanguoyu) | ||
- #3045: Support "amend a pending transaction".(@devchenyan) | ||
- #3005: Show tip for first sync and show warning when disk is not enough for full-node mode.(@yanguoyu) | ||
- #2994: Optimize setting of light client.(@yanguoyu) | ||
- #3040: Optimize transaction overview.(@yanguoyu) | ||
|
||
## Bug fixes | ||
|
||
- #2951: Fix error on creating multisig address.(@devchenyan) | ||
- #2992: Fix transaction lost in light client mode.(@yanguoyu) | ||
- #3010: Fix storage of multisig configuration.(@yanguoyu) | ||
- #3020: Disable nervos dao unlock button when balance is not enough as transaction fee.(@yanguoyu) | ||
|
||
## New Contributors | ||
|
||
- @Natixe made their first contribution in https://github.com/nervosnetwork/neuron/pull/3012 | ||
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.112.0...v0.114.0 | ||
|
||
# 0.112.0 (2023-12-07) | ||
|
||
### CKB Node & Light Client | ||
|
@@ -25,10 +115,8 @@ Block before `0x1d46fe5bb62d19a004eadd7ba40564c45620905ab260d8a546a9e4b9d7cc0f85 | |
- #2944: Fix requests jam when a synced transaction includes cellbase cells.(@yanguoyu) | ||
- #2965: Fix transaction type recognition on light client mode.(@yanguoyu) | ||
|
||
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.111.1...v0.112.0 | ||
|
||
|
||
# 0.111.1 (2023-11-08) | ||
|
||
### CKB Node & Light Client | ||
|
@@ -57,10 +145,8 @@ Block before `0x79cecdd6f41361e2474290224751284312a018528d1d92f4e18dd6d542feddfe | |
- #2913: Use KeyLocker to sign Neuron for Windows, conforming to the new industry standards effective since June 1, 2023.(@keith-cy) | ||
- #2921: Add network option of "Light Client(Mainnet)", and reserve "Internal Node" for built-in CKB Node only.(@yanguoyu) | ||
|
||
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.111.0...v0.111.1 | ||
|
||
|
||
# 0.111.0 (2023-10-19) | ||
|
||
### CKB Node & Light Client | ||
|
@@ -84,10 +170,8 @@ Block before `0xd5e25ad24400f237aa5f72f3738a9ae77fe082a89937e75143fcc8ef5b009383 | |
- #2870: Fix width of navbar.(@yanguoyu) | ||
- #2873: Fix fallback font on Linux.(@yanguoyu) | ||
|
||
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.110.3...v0.111.0 | ||
|
||
|
||
# 0.110.3 (2023-10-11) | ||
|
||
### CKB Node & Light Client | ||
|
@@ -138,7 +222,6 @@ Curious to see the magic of the new Neuron in action? Checkout our demo video on | |
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.110.2...v0.110.3 | ||
|
||
|
||
# 0.110.2 (2023-07-07) | ||
|
||
### CKB Node & Light Client | ||
|
@@ -161,10 +244,8 @@ Block before `0xc0c532e10c708852d9586be46a5ed8317b2aa0835c721aa691abffb9bf4a26cd | |
|
||
- #2760: Avoid generating deposit DAO when the dialog is not visible.(@yanguoyu) | ||
|
||
|
||
**Full Changelog**: https://github.com/nervosnetwork/neuron/compare/v0.110.1...v0.110.2 | ||
|
||
|
||
# 0.110.1 (2023-05-31) | ||
|
||
### CKB Node & Light Client | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"version": "0.112.0", | ||
"version": "0.114.2", | ||
"npmClient": "yarn", | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.