docs: add v3.1 hardfork article - #995
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
darwintree
marked this pull request as ready for review
August 4, 2026 02:40
Pana
approved these changes
Aug 4, 2026
Pana
left a comment
Member
There was a problem hiding this comment.
@Pana reviewed 1 file and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on darwintree).
Pana
approved these changes
Aug 4, 2026
Pana
left a comment
Member
There was a problem hiding this comment.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on darwintree).
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
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.
What changed
Added
docs/general/hardforks/v3.1.md, documenting the Conflux v3.1.0 hardfork following the existing v3.0 article structure: upgrade overview, RPC changes, upgrade notes, per-CIP details (CIP-166, CIP-167, CIP-172, CIP-173, CIP-174, CIP-175, CIP-176), the deferred security update, and the testnet release deadlines.Why
Conflux v3.1.0-testnet introduces a new hardfork scheduled for early August 2026; the docs need an article ahead of the testnet upgrade.
Impact
Site visitors get an accurate reference for the v3.1 hardfork CIPs, RPC changes, and node upgrade deadlines. No existing pages are modified.
Validation
npx docusaurus buildsucceeds; the page is generated in the default and translated builds.This change is