evm: benchmark state DB (#514)

* evm: benchmark state DB

* add more bech funcs

* rm func from interface
This commit is contained in:
Federico Kunze Küllmer
2021-08-31 12:50:31 +00:00
committed by GitHub
parent 9a8827e790
commit 87c4ea2dc2
7 changed files with 264 additions and 85 deletions
-1
View File
@@ -26,7 +26,6 @@ type EVMKeeper interface {
GetParams(ctx sdk.Context) evmtypes.Params
WithContext(ctx sdk.Context)
ResetRefundTransient(ctx sdk.Context)
GetCoinbaseAddress() (common.Address, error)
NewEVM(msg core.Message, config *params.ChainConfig, params evmtypes.Params, coinbase common.Address, tracer vm.Tracer) *vm.EVM
GetCodeHash(addr common.Address) common.Hash
}