-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2924 from nervosnetwork/rc/v0.111.1
- Loading branch information
Showing
108 changed files
with
2,517 additions
and
644 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.2.4 | ||
v0.3.0 |
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,35 @@ | ||
# 0.111.1 (2023-11-08) | ||
|
||
### CKB Node & Light Client | ||
|
||
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.111.0) was released on Sep. 14nd, 2023. 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.0) was released on Nov. 2nd, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron | ||
|
||
#### Important | ||
|
||
◆ **CKB Light Client on Mainnet** is active and available in Neuron 👏. See how to enable Light Client on Mainnet on YouTube: https://www.youtube.com/watch?v=Vl2LGRNqnvk | ||
|
||
[![Light Client on Mainnet](https://github.com/nervosnetwork/neuron/assets/7271329/97fb7848-350d-4d45-ab2d-1e79dd3c9716)](https://www.youtube.com/watch?v=Vl2LGRNqnvk) | ||
|
||
#### Caveat | ||
|
||
◆ "Internal Node" network option is reserved for the built-in CKB node for clarity, and won't be connected to an external CKB node anymore. | ||
|
||
### Assumed valid target | ||
|
||
Block before `0x79cecdd6f41361e2474290224751284312a018528d1d92f4e18dd6d542feddfe`(at height `11,204,206`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/2923) | ||
|
||
--- | ||
|
||
## New features | ||
|
||
- #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 | ||
|
@@ -17,9 +49,9 @@ Block before `0xd5e25ad24400f237aa5f72f3738a9ae77fe082a89937e75143fcc8ef5b009383 | |
|
||
## Bug fixes | ||
|
||
* #2869: Add a dialog for migration.(@yanguoyu) | ||
* #2870: Fix width of navbar.(@yanguoyu) | ||
* #2873: Fix fallback font on Linux.(@yanguoyu) | ||
- #2869: Add a dialog for migration.(@yanguoyu) | ||
- #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 | ||
|
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,11 +1,9 @@ | ||
[default.extend-words] | ||
thur = "thur" | ||
numer = "numer" | ||
|
||
# defined in database schema | ||
lastest = "lastest" | ||
|
||
[files] | ||
extend-exclude = ["CHANGELOG.md", "**/migrations/*.ts"] | ||
|
||
|
||
|
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,5 +1,6 @@ | ||
CKB,0.110,0.109,0.108,0.107,0.106,0.105,0.104,0.103 | ||
Neuron,,,,,,,, | ||
0.110,yes,yes,no,no,no,no,no,no | ||
0.106,no,no,yes,yes,yes,yes,no,no | ||
0.103,no,no,no,no,no,no,yes,yes | ||
CKB,0.111,0.110,0.109,0.108,0.107,0.106,0.105,0.104,0.103 | ||
Neuron,,,,,,,,, | ||
0.111,yes,yes,yes,no,no,no,no,no,no | ||
0.110,yes,yes,yes,no,no,no,no,no,no | ||
0.106,no,no,no,yes,yes,yes,yes,no,no | ||
0.103,no,no,no,no,no,no,no,yes,yes |
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.111.0", | ||
"version": "0.111.1", | ||
"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
Oops, something went wrong.
df66a6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 6786647947
df66a6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'%0A'### Downloads'%0A''%0A'OS | Arch | Package | SHA256 Checksum'%0A'-- | -- | -- | --'%0A'Windows | x64 | exe |
d13c02ae0f2cbffadcd26547f467cb5e449c302db6f35da94af77771343bd07c
'%0A'macOS | x64 | zip |ee7033965b4ea1422ea6f4626ae3a3d4bbecda574c715c2bd47a3fa1099fca7d
'%0A'macOS | arm64 | zip |01afd9d62b3a3fdd0db653e7ed53ca29278ff754d82bf327c68a40d19ebc5a63
'%0A'macOS | x64 | DMG |dad349d5ab67ef54ac08a8457e9ea1a3354c64737fe1260dc35e96d6bbae5bbc
'%0A'macOS | arm64 | DMG |abef081706d1d3b64162196e2fa744380ad922b43a48d5eb0b36214b54d0831a
'%0A'Linux | x64 | AppImage |fe5b1231fe2c98bc20cc0b00472890c3d2f9706311a2e2fa4f019650c04bc449
df66a6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Packaging for test is done in 6791782395