-
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 pull request #2956 from nervosnetwork/rc/v0.112.0
Release v0.112.0
- Loading branch information
Showing
52 changed files
with
1,556 additions
and
311 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.3.0 | ||
v0.3.1 |
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.111.0 | ||
v0.112.1 |
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Update Neuron compatibility table | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'rc/**' | ||
paths: | ||
- 'package.json' | ||
|
||
jobs: | ||
update-neuron-compatible: | ||
name: Update Neuron compatibility table | ||
runs-on: ubuntu-latest | ||
permissions: | ||
pull-requests: write # open PR | ||
contents: write # update version files | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.x | ||
|
||
- name: Update versions | ||
id: update_versions | ||
run: | | ||
npm run update:neuron-compatible | ||
git add compatible.json | ||
- name: Set GPG | ||
uses: crazy-max/ghaction-import-gpg@v5 | ||
with: | ||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.GPG_PASSPHRASE }} | ||
git_user_signingkey: true | ||
git_commit_gpgsign: true | ||
|
||
- name: Open PR to RC branch | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
title: Update Neuron compatibility table | ||
commit-message: 'feat: Update Neuron compatibility table' | ||
body: 'Update Neuron compatibility table for a new release' | ||
committer: Chen Yu <[email protected]> | ||
branch: update-neuron-compatible | ||
base: ${{ github.ref_name }} |
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,33 @@ | ||
# 0.112.0 (2023-11-27) | ||
|
||
### CKB Node & Light Client | ||
|
||
- [[email protected]](https://github.com/nervosnetwork/ckb/releases/tag/v0.112.1) was released on Nov. 21st, 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.1) was released on Nov. 22nd, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron | ||
|
||
### Assumed valid target | ||
|
||
Block before `0xef2e2f0ee78e8fcf5bb5ad16892a49724e5f2d4fbc2779396e3d6c93100b9275`(at height `11,373,036`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/2955) | ||
|
||
--- | ||
|
||
## New features | ||
|
||
- #2810: Support Spore Protocol.(@homura) | ||
- #2916: Add light client in compatibility table.(@yanguoyu) | ||
- #2926: Refactor switch between light client mainnet and light client testnet to make it more intuitive.(@yanguoyu) | ||
|
||
## Bug fixes | ||
|
||
- #2928: Fix condition of compatibility alert.(@yanguoyu) | ||
- #2935: Fix migration settings.(@yanguoyu) | ||
- #2945: Fix Nervos DAO withdrawal on light client mode.(@homura) | ||
- #2944: Fix requests jam when a synced transaction includes cellbase cells.(@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 | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"fullVersions": [ | ||
"0.112", | ||
"0.111", | ||
"0.110", | ||
"0.109", | ||
"0.108", | ||
"0.107", | ||
"0.106", | ||
"0.105", | ||
"0.104", | ||
"0.103" | ||
], | ||
"lightVersions": [ | ||
"0.3", | ||
"0.2" | ||
], | ||
"compatible": { | ||
"0.111": { | ||
"full": [ | ||
"0.112", | ||
"0.111", | ||
"0.110", | ||
"0.109" | ||
], | ||
"light": [ | ||
"0.3", | ||
"0.2" | ||
] | ||
}, | ||
"0.110": { | ||
"full": [ | ||
"0.112", | ||
"0.111", | ||
"0.110", | ||
"0.109" | ||
], | ||
"light": [ | ||
"0.3", | ||
"0.2" | ||
] | ||
}, | ||
"0.106": { | ||
"full": [ | ||
"0.108", | ||
"0.107", | ||
"0.106", | ||
"0.105" | ||
], | ||
"light": [] | ||
}, | ||
"0.103": { | ||
"full": [ | ||
"0.104", | ||
"0.103" | ||
], | ||
"light": [] | ||
}, | ||
"0.112": { | ||
"full": [ | ||
"0.112", | ||
"0.111", | ||
"0.110", | ||
"0.109" | ||
], | ||
"light": [ | ||
"0.3", | ||
"0.2" | ||
] | ||
} | ||
} | ||
} |
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.1", | ||
"version": "0.112.0", | ||
"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
Oops, something went wrong.
cfbb392
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 6978628223