laconicd/x/evm/keeper
Thomas Nguy 75d553674c
evm, rpc: disable BaseFee for non London block (#662)
* disable basefee if not london block

* add london block check in state transition

* fix linter

* add unit test

* clean code

* add changelog
2021-10-13 15:39:47 +02:00
..
abci.go evm: remove tx logs and block bloom from chain state (#556) 2021-09-15 09:45:03 +00:00
benchmark_test.go evm: add benchmark for deep context stack (#627) 2021-10-06 11:28:13 +00:00
context_stack.go evm: fix panic when transaction is reverted (#650) 2021-10-08 11:29:40 +00:00
ERC20Contract.json evm: benchmark contract execution (#436) 2021-08-30 03:14:58 +00:00
grpc_query_test.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00
grpc_query.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00
hooks_test.go evm: remove tx logs and block bloom from chain state (#556) 2021-09-15 09:45:03 +00:00
hooks.go all: linter (#532) 2021-09-05 11:03:06 +00:00
keeper_test.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00
keeper.go evm: fix panic when transaction is reverted (#650) 2021-10-08 11:29:40 +00:00
msg_server.go evm, rpc: fix tx log attribute value is not parsable by some client (#615) 2021-10-05 10:26:31 +00:00
params_test.go chore: un-fork from cosmos (#166) 2021-06-22 06:49:18 -04:00
params.go evm: move ChainConfig to Params (#266) 2021-07-14 05:13:55 -04:00
state_transition_benchmark_test.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00
state_transition_test.go all: linter (#532) 2021-09-05 11:03:06 +00:00
state_transition.go evm, rpc: disable BaseFee for non London block (#662) 2021-10-13 15:39:47 +02:00
statedb_benchmark_test.go evm: benchmark evm keeper (#586) 2021-09-24 12:58:22 -03:00
statedb_test.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00
statedb.go evm: fix import/export genesis for contract storage (#590) 2021-09-27 12:26:45 +02:00
utils_test.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00
utils.go all: bump go-ethereum to v1.10.9 (#231) 2021-10-05 15:38:20 +00:00