Versions in this module Expand all Collapse all v0 v0.9.5 Feb 22, 2022 v0.9.4 Feb 22, 2022 Changes in this version + var Forks = map[string]*params.ChainConfig + func AvailableForks() []string + func FromHex(s string) ([]byte, error) + func GetChainConfig(forkString string) (baseConfig *params.ChainConfig, eips []int, err error) + func MakePreState(db ethdb.Database, accounts core.GenesisAlloc, snapshotter bool) (*snapshot.Tree, *state.StateDB) + type RLPTest struct + In interface{} + Out string + func (t *RLPTest) Run() error + type StateSubtest struct + Fork string + Index int + type StateTest struct + func (t *StateTest) Subtests() []StateSubtest + func (t *StateTest) UnmarshalJSON(in []byte) error + type UnsupportedForkError struct + Name string + func (e UnsupportedForkError) Error() string