near / nearcore

Reference client for NEAR Protocol
https://near.org
GNU General Public License v3.0
2.31k stars 615 forks source link

Ensure that protocol version has increased #11832

Closed VanBarbascu closed 1 month ago

VanBarbascu commented 1 month ago

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: https://github.com/near/nearcore/pull/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).

VanBarbascu commented 1 month ago

Done by this PR