Versions in this module Expand all Collapse all v1 v1.9.2 Aug 23, 2019 v1.9.0 Jul 31, 2019 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, blockNumber *big.Int) + func VerifyDAOHeaderExtraData(config *params.ChainConfig, header *types.Header) error + func VerifyForkHashes(config *params.ChainConfig, header *types.Header, uncle bool) error