Versions in this module Expand all Collapse all v1 v1.0.0 Jul 13, 2019 Changes in this version + var Forks = map[string]*params.ChainConfig + func CheckPyData(root common.Hash, subtest StateSubtest, postRoot common.Hash) error + func MakePreState(db ethdb.Database, accounts core.GenesisAlloc) *state.StateDB + func TransFromBlock(block *ethTypes.Block) *types.MinorBlockHeader + type StateSubtest struct + Fork string + Index int + Path string + PyData map[string]map[string]string + type StateTest struct + func (t *StateTest) Run(subtest StateSubtest, vmconfig vm.Config) (*state.StateDB, error) + func (t *StateTest) Subtests() []StateSubtest + func (t *StateTest) UnmarshalJSON(in []byte) error + type UnsupportedForkError struct + Name string + func (e UnsupportedForkError) Error() string