Versions in this module Expand all Collapse all v1 v1.0.0 Jun 26, 2019 Changes in this version + var Forks = map[string]*params.ChainConfig + func MakePreState(db database.DBManager, accounts blockchain.GenesisAlloc) *state.StateDB + type BlockTest struct + func (t *BlockTest) Run() error + func (t *BlockTest) UnmarshalJSON(in []byte) error + 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) Run(subtest StateSubtest, vmconfig vm.Config) (*state.StateDB, error) + func (t *StateTest) Subtests() []StateSubtest + func (t *StateTest) UnmarshalJSON(in []byte) error + type TransactionTest struct + func (tt *TransactionTest) Run(config *params.ChainConfig) error + type UnsupportedForkError struct + Name string + func (e UnsupportedForkError) Error() string + type VMTest struct + func (t *VMTest) Run(vmconfig vm.Config) error + func (t *VMTest) UnmarshalJSON(data []byte) error