-
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 #2884 from nervosnetwork/rc/v0.111.0
- Loading branch information
Showing
29 changed files
with
290 additions
and
250 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.110.2 | ||
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,28 +1,26 @@ | ||
name: Update ckb node assume valid target | ||
|
||
on: | ||
pull_request: | ||
types: [ready_for_review] | ||
branches: | ||
- master | ||
create: | ||
|
||
jobs: | ||
ready-for-release: | ||
name: Update ckb node assume valid target | ||
runs-on: ubuntu-latest | ||
if: ${{ startsWith(github.ref_name, 'rc/') }} | ||
steps: | ||
- name: Create Branch | ||
uses: peterjgrainger/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
branch: 'chore-update-valid-target/${{github.head_ref}}' | ||
sha: '${{ github.event.pull_request.head.sha }}' | ||
branch: 'chore-update-valid-target/${{github.ref_name}}' | ||
sha: '${{ github.event.create.head.sha }}' | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: 'chore-update-valid-target/${{github.head_ref}}' | ||
ref: 'chore-update-valid-target/${{github.ref_name}}' | ||
|
||
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
|
@@ -37,7 +35,7 @@ jobs: | |
uses: actions/github-script@v6 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
BASE: ${{ github.head_ref }} | ||
BASE: ${{ github.ref_name }} | ||
with: | ||
script: | | ||
const fs = require('node:fs') | ||
|
@@ -64,8 +62,8 @@ jobs: | |
uses: actions/github-script@v6 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
BASE: ${{github.head_ref}} | ||
HEAD: chore-update-valid-target/${{github.head_ref}} | ||
BASE: ${{github.ref}} | ||
HEAD: chore-update-valid-target/${{github.ref_name}} | ||
REPO: ${{github.repository}} | ||
with: | ||
script: | | ||
|
@@ -83,5 +81,5 @@ jobs: | |
head: HEAD, | ||
base: BASE, | ||
title: 'chore: Update ckb node assume valid target', | ||
body: `This PR uses to update ckb node assume valid target for PR https://github.com/${REPO}/pull/${context.issue.number}`, | ||
body: `This PR uses to update ckb node assume valid target for ${BASE} branch`, | ||
}) |
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,30 @@ | ||
# 0.111.0 (2023-10-19) | ||
|
||
### 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.2.4) was released on May. 28th, 2023. This version of CKB Light Client is now bundled and preconfigured in Neuron | ||
|
||
#### Caveat | ||
|
||
◆ **CKB Light Client** is only activated on testnet, thus only `light testnet` is enabled in Neuron. **CKB Light Client on Mainnet** requires an activation on the mainnet, the timetable can be found at https://github.com/nervosnetwork/ckb/releases/tag/v0.110.1. | ||
|
||
### Assumed valid target | ||
|
||
Block before `0xd5e25ad24400f237aa5f72f3738a9ae77fe082a89937e75143fcc8ef5b009383`(at height `11,204,855`) will be skipped in validation.(https://github.com/nervosnetwork/neuron/pull/2881) | ||
|
||
--- | ||
|
||
## Bug fixes | ||
|
||
* #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 | ||
|
||
|
||
# 0.110.3 (2023-10-11) | ||
|
||
### 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"packages": ["packages/*"], | ||
"version": "0.110.3", | ||
"version": "0.111.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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
dc9b87e
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 6550738879