laconicd-deprecated/x/evm/keeper
Vladislav Varadinov 0f7bdceaa0
chore(evm): Deprecate x/params usage in x/evm (#1472)
* imp(evm): Migrate from old Cosmos SDK params module to new way of keeping params in module Keeper

* Updated changelog

* Apply changes from code review

* (impv): Added Shanghai and Cancun blocks to current types and latest migration

* (tests): Update unit tests to include Shanghai and Cancun blocks

* (fix) - ran golangci-lint on the entire project

* (fix) - remove deprecated params method

* (impv): added marshaling of booleans per individual param key

* (impv): added individual param getting and setting

* (impv): replaced getters with individual param

* (impv): added amino codec for MsgEthereumTx

* Added changes suggested in code review

* (fix): updated the migration files for v4

* (fix): fixed unit tests panic for incorrect interface

* (fix): updated module msg handler

* (fix): rename to original params getter method

* (refactor): registered implementation for the new msg

* (refactor): added correct amino codec for MsgUpdateParams and removed for MsgEthTx

* Applied changes from code review

* (fix): removed unnecessary duplicate

* (fix): removed params_legacy from the types and moved logic to migration

* (fix): Added v4 mocks to the migrations_test

* (fix): undo all the non related work regarding the Cancun and Shanghai blocks

* (fix): reverted linting the entire project - will make a separate PR for it

* Applied changes from review

* Applied changes from code review

* (fix): removed comments

* (fix): Ran formatter and fixed linting issues on unsed functions

* (fix): Linting issues resolved

* (fix): refactor migrations and added default EIPs

* (fix): Combined into one call

* (fix): Added more straightforward way to handle migration

* (fix): corrected migration test

* Applied changes from code review

* (fix): Linter fix

* (fix): Linter

* (fix): Lint proto files

* Apply suggestions from code review

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

* (fix): Added new block to migration

* (fix): Added additional comments and formatted proto files

* (fix): Added name to unit test cases

* (fix): removed unused import

* Apply changes from code review

* (fix): typo

* (fix): remove HTTP endpoint exposure

* Apply suggestions from code review

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

* applied changes from code review

* fix: extra line added in merge removed

* fix: applied changes from code review

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-04 16:28:45 +02:00
..
abci_test.go ime(evm): improve code coverage for EVM keeper (#1396) 2022-10-21 18:59:03 +02: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): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02: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): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02: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): Deprecate x/params usage in x/evm (#1472) 2023-01-04 16:28:45 +02: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): cleanup EVM files (#1582) 2022-12-30 13:20:14 +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