Update links to consensus-specs to point to master branch (#15523)

* Update links to consensus-specs to point to master branch

* Add changelog fragment
This commit is contained in:
Justin Traglia
2025-07-23 03:32:09 -05:00
committed by GitHub
parent abe16a9cb4
commit 856742ff68
19 changed files with 37 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ type VersionedUnmarshaler struct {
// Fork aligns with the fork names in config/params/values.go
Fork int
// Version corresponds to the Version type defined in the beacon-chain spec, aka a "fork version number":
// https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#custom-types
// https://github.com/ethereum/consensus-specs/blob/master/specs/phase0/beacon-chain.md#custom-types
Version [fieldparams.VersionLength]byte
}