laconicd/x/evm/keeper
yihuang 7d8664043e
impr: support batch eth txs (#901)
* support batch eth tx

Closes: 896

Allow multiple MsgEthereumTx in single tx

* fix transaction receipt api

* fix tx receipt api and accumulate tx gas used

* fix lint

* fix test

* fix rpc test

* cleanup

* fix cumulativeGasUsed and gasUsed

* fix lint

* Update app/ante/eth.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update app/ante/eth.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* Update rpc/ethereum/backend/utils.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

* pr suggestions

* typo

* fix lint

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-01-14 10:37:33 +01:00
..
abci.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
grpc_query_test.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
grpc_query.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
hooks_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
hooks.go evm: change Hook to use tx Receipt (#849) 2022-01-03 17:18:13 +01:00
keeper_test.go fix: make gas estimation test reproducible (#890) 2022-01-07 14:04:16 +01:00
keeper.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
migrations.go feat: store migration setup (#794) 2021-11-29 16:46:20 +01:00
msg_server.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01: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 evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
state_transition_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
state_transition.go impr: support batch eth txs (#901) 2022-01-14 10:37:33 +01:00
statedb_benchmark_test.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
statedb_test.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
statedb.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
utils_test.go types, evm: refactor accounts (#884) 2022-01-05 19:18:02 +01:00
utils.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00