package forks
import "github.com/ethereum/go-ethereum/params/forks"
Index ¶
Types ¶
type Fork ¶
type Fork int
Fork is a numerical identifier of specific network upgrades (forks).
const ( Frontier Fork = iota FrontierThawing Homestead DAO TangerineWhistle // a.k.a. the EIP150 fork SpuriousDragon // a.k.a. the EIP155 fork Byzantium Constantinople Petersburg Istanbul MuirGlacier Berlin London ArrowGlacier GrayGlacier Paris Shanghai Cancun Prague Osaka )
func (Fork) String ¶
String implements fmt.Stringer.
Source Files ¶
- Version
- v1.16.1 (latest)
- Published
- Jul 2, 2025
- Platform
- linux/amd64
- Last checked
- 14 hours ago –
Tools for package owners.