Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

chore(evm): Deprecate x/params usage in x/evm #1472

Merged
merged 70 commits into from
Jan 4, 2023

Commits on Nov 17, 2022

  1. imp(evm): Migrate from old Cosmos SDK params module to new way of kee…

    …ping params in module Keeper
    Vvaradinov committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9f3fee9 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    Vvaradinov committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7d8d228 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    63d4a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aaa035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb2633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa68d16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0566f9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d09bb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d519d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    72a8d4b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into Vvaradinov/refactor-deprecated-evm-params-logic

    # Conflicts:
    #	app/ante/eth.go
    #	client/docs/statik/statik.go
    #	rpc/backend/backend_suite_test.go
    Vvaradinov committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    4c4be05 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    86cc0e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567043c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb724d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    422a247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f95e918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52a45ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53b4ab0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Vvaradinov/refactor-deprecated-evm-params-logic' of htt…

    …ps://github.com/evmos/ethermint into Vvaradinov/refactor-deprecated-evm-params-logic
    Vvaradinov committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    512ed48 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    669d8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca95892 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    85d5eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe9dc4c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    74b1878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e1405 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f7877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6788828 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    096f422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5db39eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efd88b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    960b213 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8dd162 View commit details
    Browse the repository at this point in the history
  10. (fix): removed comments

    Vvaradinov committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    7158f1c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7431a28 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into Vvaradinov/refactor-deprecated-evm-params-logic

    # Conflicts:
    #	x/evm/keeper/migrations.go
    #	x/evm/keeper/migrations_test.go
    #	x/evm/migrations/v2/migrate.go
    #	x/evm/migrations/v2/migrate_test.go
    #	x/evm/migrations/v3/migrate.go
    #	x/evm/migrations/v3/migrate_test.go
    #	x/evm/module.go
    #	x/evm/types/evm.pb.go
    Vvaradinov committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    a5c3397 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b82775f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19146e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    a5e1e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a4290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a315c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c48520 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Merge branch 'main' into Vvaradinov/refactor-deprecated-evm-params-logic

    # Conflicts:
    #	x/evm/simulation/genesis.go
    #	x/evm/simulation/genesis_test.go
    Vvaradinov committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2995dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e5b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42429e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    5b8f891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42aefa5 View commit details
    Browse the repository at this point in the history
  3. (fix): Linter fix

    Vvaradinov committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    36e13cb View commit details
    Browse the repository at this point in the history
  4. (fix): Linter

    Vvaradinov committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4e3fb16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    584a751 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. (fix): Lint proto files

    Vvaradinov committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6c9a676 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    381df32 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: MalteHerrmann <42640438+MalteHerrmann@users.noreply.github.com>
    Vvaradinov and MalteHerrmann authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2153748 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31b1031 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Vvaradinov/refactor-deprecated-evm-params-logic' of htt…

    …ps://github.com/evmos/ethermint into Vvaradinov/refactor-deprecated-evm-params-logic
    Vvaradinov committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    db4de42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    973a7e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    953a809 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7d2ed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    ba122d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f19bd8 View commit details
    Browse the repository at this point in the history
  3. (fix): typo

    Vvaradinov committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a91e4a4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Vvaradinov/refactor-deprecated-evm-params-logic' of htt…

    …ps://github.com/evmos/ethermint into Vvaradinov/refactor-deprecated-evm-params-logic
    Vvaradinov committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    83226dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfd8e89 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Apply suggestions from code review

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Vvaradinov and fedekunze authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    abceb75 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    9cb60cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a2418 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    408d3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0403e57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3812eee View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    ddaf663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae45b2 View commit details
    Browse the repository at this point in the history