Versions in this module Expand all Collapse all v0 v0.6.3 May 17, 2024 Changes in this version + func Configure(stateUpgrade *params.StateUpgrade, chainConfig ChainContext, state StateDB, ...) error + type BlockContext interface + Number func() *big.Int + type ChainContext interface + IsEIP158 func(num *big.Int) bool + type StateDB interface + AddBalance func(common.Address, *big.Int) + CreateAccount func(common.Address) + Exist func(common.Address) bool + GetNonce func(common.Address) uint64 + SetCode func(common.Address, []byte) + SetNonce func(common.Address, uint64) + SetState func(common.Address, common.Hash, common.Hash) v0.6.3-rc.1 May 19, 2024