Versions in this module Expand all Collapse all v0 v0.1.63 Nov 14, 2024 v0.1.62 Oct 31, 2024 v0.1.61 Oct 24, 2024 v0.1.60 Oct 20, 2024 Changes in this version + var RetestCmd = &cobra.Command + func EthTestDataToString(data EthTestData) string + func EthTestNumericToBigInt(num EthTestNumeric) *big.Int + func WrapCode(inputData EthTestData) string + func WrapPredeployedCode(pre EthTestPre) string + type EthTest struct + Blocks []EthTestBlocks + Env EthTestEnv + Exceptions any + Expect any + ExpectException any + GenesisBlockHeader EthTestGenesis + Info any + Network any + Pre map[string]EthTestPre + Result any + SealEngine string + Solidity string + Transaction EthTestTx + TxBytes any + Vectors any + type EthTestAccessList struct + Address EthTestAddress + StorageKeys []EthTestNumeric + type EthTestAddress any + type EthTestBlocks struct + Transactions []EthTestTx + type EthTestData any + type EthTestEnv struct + CurrentBaseFee EthTestNumeric + CurrentCoinbase EthTestAddress + CurrentDifficulty EthTestNumeric + CurrentExcessBlobGas EthTestNumeric + CurrentGasLimit EthTestNumeric + CurrentNumber EthTestNumeric + CurrentRandom EthTestNumeric + CurrentTimestamp EthTestNumeric + type EthTestGenesis struct + BaseFeePerGas EthTestNumeric + BeaconRoot EthTestHash + BlobGasUsed EthTestNumeric + Bloom EthTestData + Coinbase EthTestAddress + Difficulty EthTestNumeric + ExcessBlobGas EthTestNumeric + ExtraData EthTestData + GasLimit EthTestNumeric + GasUsed EthTestNumeric + Hash EthTestHash + MixHash EthTestHash + Nonce EthTestNumeric + Number EthTestNumeric + ParentBeaconBlockRoot EthTestHash + ParentHash EthTestHash + ReceiptTrie EthTestHash + StateRoot EthTestHash + Timestamp EthTestNumeric + TransactionsTrie EthTestHash + UncleHash EthTestHash + WithdrawalsRoot EthTestHash + type EthTestHash any + type EthTestNumeric any + type EthTestPre struct + Balance EthTestNumeric + Code EthTestData + Nonce EthTestNumeric + Storage map[string]EthTestNumeric + type EthTestSuite map[string]EthTest + type EthTestTx struct + AccessList []EthTestAccessList + BlobVersionedHashes []EthTestHash + ChainID EthTestNumeric + Data EthTestData + ExpectException any + GasLimit EthTestNumeric + GasPrice EthTestNumeric + MaxFeePerBlobGas EthTestNumeric + MaxFeePerGas EthTestNumeric + MaxPriorityFeePerGas EthTestNumeric + Nonce EthTestNumeric + R EthTestNumeric + S EthTestNumeric + SecretKey any + To EthTestAddress + V EthTestNumeric + Value EthTestNumeric + type WrappedAddress struct + func (wr *WrappedAddress) ToString() *ethcommon.Address + type WrappedData struct + func (wd *WrappedData) ToString() string + func (wr *WrappedData) IsSlice() bool + func (wr *WrappedData) ToSlice() []*WrappedData + type WrappedNumeric struct + func (wn *WrappedNumeric) IsSlice() bool + func (wn *WrappedNumeric) ToSlice() []*WrappedNumeric + func (wr *WrappedNumeric) ToBigInt() *big.Int + func (wr *WrappedNumeric) ToString() string