Versions in this module Expand all Collapse all v1 v1.0.0 Nov 3, 2023 Changes in this version + var ErrBadNoDAOExtra = errors.New("bad DAO no-fork extra-data") + var ErrBadProDAOExtra = errors.New("bad DAO pro-fork extra-data") + func ApplyDAOHardFork(statedb *state.StateDB) + func EnsureCreate2Deployer(c *params.ChainConfig, timestamp uint64, db vm.StateDB) + func VerifyDAOHeaderExtraData(config *params.ChainConfig, header *types.Header) error + func VerifyGaslimit(parentGasLimit, headerGasLimit uint64) error