Versions in this module Expand all Collapse all v0 v0.0.21 Jun 7, 2022 v0.0.2 Jun 7, 2022 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 CalcBaseFee(config *params.ChainConfig, parent *types.Header) *big.Int + func VerifyDAOHeaderExtraData(config *params.ChainConfig, header *types.Header) error + func VerifyEip1559Header(config *params.ChainConfig, parent, header *types.Header) error + func VerifyForkHashes(config *params.ChainConfig, header *types.Header, uncle bool) error + func VerifyGaslimit(parentGasLimit, headerGasLimit uint64) error