Skip to content
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

Ensure that protocol version has increased #84

Closed
staffik opened this issue Nov 12, 2024 · 1 comment
Closed

Ensure that protocol version has increased #84

staffik opened this issue Nov 12, 2024 · 1 comment

Comments

@staffik
Copy link

staffik commented Nov 12, 2024

Protocol version should always increase by one in each release.
If no new protocol upgrades were introduced in the last release cycle, you should make a commit to master that bumps the version anyway.
Example: near/nearcore#8803
Example updates STABLE_PROTOCOL_VERSION, genesis_config.json in jsonrpc-tests, and hardcoded hashes in simple_chain:build_chain (the instruction on how to do that are written in the test code).

@staffik
Copy link
Author

staffik commented Nov 12, 2024

Done by this PR: near/nearcore#12241

@staffik staffik closed this as completed Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant