laconicd-deprecated/x/evm/keeper
Vladislav Varadinov 8886ce3dfd
chore(evm, feemarket) - Migrate Event emitting to TypedEvent (#1544)
* (refactor): Migrated to new Typed Events

* (fix): fixed tests and initialized the logs array in the proto message

* Added CHANGELOG entry

* (refactor): Made migration to Typedevent to feemarket module

* (fix): replace error returning with error logging.

* fix: linter and formatter

* fix: handle error by logging it

* fix: ran formatter and linter

* Apply suggestions from code review

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>

* fix: increase sleep time to 5s initially

* fix: comment out failing tests to investigate in a separate PR

* fix: update timeout to 10 minutes

* fix: added 15 min timeout

Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2023-01-05 17:24:18 +01:00
..
abci_test.go chore(evm, feemarket) - Migrate Event emitting to TypedEvent (#1544) 2023-01-05 17:24:18 +01:00
abci.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
benchmark_test.go fix(tests): avoid error when run benchmark (#1573) 2022-12-27 17:59:33 +00:00
config.go chore(evm): cleanup EVM files (#1582) 2022-12-30 13:20:14 +01:00
gas.go chore(evm): cleanup EVM files (#1582) 2022-12-30 13:20:14 +01:00
grpc_query_test.go chore(evm, feemarket) - Migrate Event emitting to TypedEvent (#1544) 2023-01-05 17:24:18 +01:00
grpc_query.go chore(evm): cleanup EVM files (#1582) 2022-12-30 13:20:14 +01:00
hooks_test.go all: rename go module to evmos/ethermint (#1137) 2022-06-19 11:43:41 +02:00
hooks.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
integration_test.go feat(ante, evm): set priority for eth transactions (#1214) 2022-08-05 15:00:31 +02:00
keeper_test.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
keeper.go chore(evm, feemarket) - Migrate Event emitting to TypedEvent (#1544) 2023-01-05 17:24:18 +01:00
migrations_test.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
migrations.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
msg_server_test.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
msg_server.go chore(evm, feemarket) - Migrate Event emitting to TypedEvent (#1544) 2023-01-05 17:24:18 +01:00
params_test.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
params.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
state_transition_benchmark_test.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
state_transition_test.go chore(evm): cleanup EVM files (#1582) 2022-12-30 13:20:14 +01:00
state_transition.go chore(evm, feemarket) - Migrate Event emitting to TypedEvent (#1544) 2023-01-05 17:24:18 +01:00
statedb_benchmark_test.go fix(tests): avoid error when run benchmark (#1573) 2022-12-27 17:59:33 +00:00
statedb_test.go chore(evm): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02:00
statedb.go chore(all): add license to go files (#1558) 2022-12-16 11:48:38 +02:00
utils_test.go chore: verify fees refactor (#1496) 2022-11-29 18:00:48 +01:00
utils.go chore(evm): cleanup EVM files (#1582) 2022-12-30 13:20:14 +01:00