laconicd-deprecated/x/evm/keeper
yihuang 6cf2b9fdd3
fix(evm): clear logs if tx failed in post processing hooks (#1128)
* Problem: clear logs if tx failed in post processing hooks

* Update x/evm/keeper/state_transition.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-06-21 13:21:52 +02:00
..
abci.go evm: refactor statedb implementation (#729) 2022-01-05 08:28:27 +01:00
benchmark_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
grpc_query_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
grpc_query.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
hooks_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
hooks.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
keeper_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
keeper.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
migrations.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
msg_server.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
params_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
params.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
state_transition_benchmark_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
state_transition_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
state_transition.go fix(evm): clear logs if tx failed in post processing hooks (#1128) 2022-06-21 13:21:52 +02:00
statedb_benchmark_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
statedb_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
statedb.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
utils_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
utils.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00