-
Notifications
You must be signed in to change notification settings - Fork 85
rc/v0.202.0 #3376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
rc/v0.202.0 #3376
Conversation
This file contains hidden or 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
feat: update ckb client versions Co-authored-by: Keith-CY <[email protected]>
feat: update ckb client versions Co-authored-by: Keith-CY <[email protected]>
…c/update-assume-valid-target
Contributor
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.
Pull Request Overview
This PR updates Neuron’s versioning to support the upcoming CKB 2023 Hardfork by adjusting version numbers and configuration settings across several packages.
- Updated version numbers from 0.201.0 to 0.202.0 in multiple package.json files, lerna.json, and .ckb-version.
- Modified environment variables in .env to reflect the new CKB node assume valid target and block number.
- Adjusted compatibility entries in compatible.json and updated the changelog to document the release details.
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/neuron-wallet/package.json | Updated version to 0.202.0. |
| packages/neuron-wallet/.env | Updated CKB_NODE_ASSUME_VALID_TARGET, block number, and data size. |
| packages/neuron-ui/package.json | Updated version to 0.202.0. |
| package.json | Updated version to 0.202.0. |
| lerna.json | Updated version to 0.202.0. |
| compatible.json | Added new version entries and updated compatibility mappings. |
| CHANGELOG.md | Added release notes for 0.202.0 and updated hardfork information. |
| .ckb-version | Updated version to v0.202.0. |
| .ckb-light-version | Updated version to v0.5.0. |
Co-authored-by: Copilot <[email protected]>
devchenyan
approved these changes
Jun 25, 2025
yanguoyu
approved these changes
Jun 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.202.0 (2025-06-25)
Caveat
The CKB 2023 Hardfork will be activated at Epoch 12,293(estimated 2025-07-01) and requires [email protected] or Light [email protected] and above.
To ensure synchronization after the hardfork, please upgrade Neuron to v0.201.0 or later for full node users, and to v0.202.0 or later for light client users.
Visit https://explorer.nervos.org/hardfork for more information about the hardfork.
CKB Node & Light Client
Assumed valid target
Block before
0x6676e2c4ef75afd8ef00a61d21a230fbe83c672e6a89dc60dcb41879884979a1(at height16,517,698) will be skipped in validation.(#3376)Full Changelog: v0.201.0...v0.202.0