Commit 6823a566 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7659 from ethereum-optimism/protocol-version-comparison-fix

specs: protocol-version comparison prerelease edge-case note
parents d75a38a3 2c1d75ae
......@@ -128,6 +128,7 @@ Patch version changes indicate backward compatible bug fixes and improvements.
Pre-releases of the protocol are proposals: these are not stable targets for production usage.
A pre-release might not satisfy the intended compatibility requirements as denoted by its associated normal version.
The `<pre-release>` must be non-zero to apply to the protocol version.
The `<pre-release>` `0`-value is reserved for non-prereleases, i.e. `v3.1.0` is higher than `v3.1.0-1`.
Node-software may support a pre-release, but must not activate any protocol changes without the user explicitly
opting in through the means of a feature-flag or configuration change.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment