Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sdk v46 #786

Merged
merged 140 commits into from
Sep 13, 2022
Merged

chore: sdk v46 #786

merged 140 commits into from
Sep 13, 2022

Commits on Jul 17, 2022

  1. sdk v46

    faddat committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5871749 View commit details
    Browse the repository at this point in the history
  2. app.go work

    faddat committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    34be40a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d67cc0b View commit details
    Browse the repository at this point in the history
  4. hooks and schedule.go

    faddat committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    3b0287e View commit details
    Browse the repository at this point in the history
  5. fixes for dev env

    faddat committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d3cd109 View commit details
    Browse the repository at this point in the history
  6. generate protos

    faddat committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    344b7eb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. fix test

    GNaD13 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    fe73cac View commit details
    Browse the repository at this point in the history
  2. Revert "generate protos"

    This reverts commit 344b7eb.
    faddat committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a2a5c23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ce35d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #70 from notional-labs/devD

    Fix sdk-46 evmos test
    nghuyenthevinh2000 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    eca42b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f53086 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. fix signers type to mapping

    GNaD13 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    edda751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c04db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82fa823 View commit details
    Browse the repository at this point in the history
  4. tidy

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    eeb5cb7 View commit details
    Browse the repository at this point in the history
  5. fixes (params_test.go)

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b44d17e View commit details
    Browse the repository at this point in the history
  6. fix genaccounts.go

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    306a0fc View commit details
    Browse the repository at this point in the history
  7. fix testnet.go

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f8c489e View commit details
    Browse the repository at this point in the history
  8. sdk.Int -> math.Int

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a319e02 View commit details
    Browse the repository at this point in the history
  9. fix logic claim_test

    GNaD13 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    73adb1c View commit details
    Browse the repository at this point in the history
  10. fix more tests

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a166f81 View commit details
    Browse the repository at this point in the history
  11. remove gov SetHook

    GNaD13 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    703e50d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d0ea41 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0b96211 View commit details
    Browse the repository at this point in the history
  14. fix imports

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    da4e396 View commit details
    Browse the repository at this point in the history
  15. fix integration test

    faddat committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b1abda5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    33c3cb8 View commit details
    Browse the repository at this point in the history
  2. evmos v7 ibc-go v5

    faddat committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    84ae61b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b6af49 View commit details
    Browse the repository at this point in the history
  4. import cosmossdk math

    GNaD13 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    eafec9b View commit details
    Browse the repository at this point in the history
  5. add NextVals to TestChain

    GNaD13 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    5a39ef6 View commit details
    Browse the repository at this point in the history
  6. lint

    faddat committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c1e9f3e View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    b81c348 View commit details
    Browse the repository at this point in the history
  8. fix test x/vesting

    GNaD13 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4511a13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8977188 View commit details
    Browse the repository at this point in the history
  10. sdk.Int -> math.Int

    GNaD13 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    26e6d91 View commit details
    Browse the repository at this point in the history
  11. updated ethermint

    faddat committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    44d5e6d View commit details
    Browse the repository at this point in the history
  12. various fixes for tests

    faddat committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    d97dcaa View commit details
    Browse the repository at this point in the history
  13. Merge branch 'sdk-46' of https://github.com/notional-labs/evmos into …

    …dang/fix-sdk46-test
    GNaD13 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    22d7b15 View commit details
    Browse the repository at this point in the history
  14. fix valset is nil

    nghuyenthevinh2000 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    d946da0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ad398b9 View commit details
    Browse the repository at this point in the history
  16. add validator to setup test

    GNaD13 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a74469a View commit details
    Browse the repository at this point in the history
  17. revert validator

    GNaD13 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f719c94 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7cbe834 View commit details
    Browse the repository at this point in the history
  19. format, regenerate protos

    faddat committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    225ce03 View commit details
    Browse the repository at this point in the history
  20. fumpt

    faddat committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c0f9f1c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f184643 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    289e4e7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    039d786 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    759a24d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda0e2b View commit details
    Browse the repository at this point in the history
  3. add mock

    GNaD13 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f81b715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c75756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ce6c57 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    392623f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b560590 View commit details
    Browse the repository at this point in the history
  3. newer ibc-go v5 module

    faddat committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    b9f1bd4 View commit details
    Browse the repository at this point in the history
  4. apply the valset patch

    faddat committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0e8f9dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3363603 View commit details
    Browse the repository at this point in the history
  6. protos...

    faddat committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6a0abe2 View commit details
    Browse the repository at this point in the history
  7. add tools

    faddat committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    9b792c0 View commit details
    Browse the repository at this point in the history
  8. bond denom

    faddat committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1cf159f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7782684 View commit details
    Browse the repository at this point in the history
  10. replace all acoin with aevmos

    faddat committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e0e40dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa31e69 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f86fb20 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. fix Case_no-op:_error_Ack

    GNaD13 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4961131 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from notional-labs/dang/fix-sdk46-test

    fix error DeliverTx performEthTx integration_test
    nghuyenthevinh2000 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e3942c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    b7312d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from notional-labs/dang/fix-sdk46-test

    fix bonded pool balances not equal bonded coin
    nghuyenthevinh2000 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    dfbbb75 View commit details
    Browse the repository at this point in the history
  3. msgEth from =

    GNaD13 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    06386ef View commit details
    Browse the repository at this point in the history
  4. fix calculate fee

    GNaD13 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    030051e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. fix vesting test

    GNaD13 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    b76b266 View commit details
    Browse the repository at this point in the history
  2. remove debug log

    GNaD13 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d98c13f View commit details
    Browse the repository at this point in the history
  3. change TruncateInt to RoundInt

    GNaD13 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    27d8787 View commit details
    Browse the repository at this point in the history
  4. fix golangci-lint

    GNaD13 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7cff71f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77 from notional-labs/dang/fix-sdk46-test

    Dang/fix sdk46 vesting test
    nghuyenthevinh2000 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8c674d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    43da117 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    7c0a47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d7441 View commit details
    Browse the repository at this point in the history
  3. revert denom aevmos to acoin

    GNaD13 committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    0c7294f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e200963 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 7, 2022

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

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    647a3fc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. merge from main

    nghuyenthevinh2000 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9fe64bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2259d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    0188341 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    faddat committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    287bdff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d63572 View commit details
    Browse the repository at this point in the history
  4. update genproto

    faddat committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    66d3bb8 View commit details
    Browse the repository at this point in the history
  5. update golangci and Makefile

    faddat committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    399b85a View commit details
    Browse the repository at this point in the history
  6. proto tools

    faddat committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    91c0451 View commit details
    Browse the repository at this point in the history
  7. update scripts and .gitpod.yml

    faddat committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    af95e2b View commit details
    Browse the repository at this point in the history
  8. gitpod

    faddat committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    c3df2b1 View commit details
    Browse the repository at this point in the history
  9. gitpod

    faddat committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    b1abcbf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. remove cosmos-proto

    faddat committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    c82f6d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c07f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. minor go mod

    nghuyenthevinh2000 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c35135d View commit details
    Browse the repository at this point in the history
  2. fix proto lint

    nghuyenthevinh2000 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    dade181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32e1d88 View commit details
    Browse the repository at this point in the history
  4. fix some bash, tidy

    faddat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    7aded4a View commit details
    Browse the repository at this point in the history
  5. fix some bash

    faddat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    2abdc22 View commit details
    Browse the repository at this point in the history
  6. bash and ++ instead of += 1

    faddat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3fc93f2 View commit details
    Browse the repository at this point in the history
  7. cleanup

    faddat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    51d4668 View commit details
    Browse the repository at this point in the history
  8. gofumpt

    faddat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    9065cf7 View commit details
    Browse the repository at this point in the history
  9. fix hooks.go issue

    faddat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0966a5c View commit details
    Browse the repository at this point in the history
  10. .golangci.yml

    faddat committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    36cdc1b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. merge from main

    nghuyenthevinh2000 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    c38d6f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060ed6b View commit details
    Browse the repository at this point in the history
  3. Update cmd/evmosd/cmd_test.go

    Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
    nghuyenthevinh2000 and danburck committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    910c2bd View commit details
    Browse the repository at this point in the history
  4. Update cmd/evmosd/main.go

    Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
    nghuyenthevinh2000 and danburck committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5dbc8cc View commit details
    Browse the repository at this point in the history
  5. Update cmd/evmosd/root.go

    Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
    nghuyenthevinh2000 and danburck committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2588d30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc22992 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    d9f4886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e8f807 View commit details
    Browse the repository at this point in the history
  3. minor

    nghuyenthevinh2000 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    56bf48b View commit details
    Browse the repository at this point in the history
  4. Update x/erc20/client/cli/tx.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    nghuyenthevinh2000 and fedekunze committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a08dad8 View commit details
    Browse the repository at this point in the history
  5. Update x/erc20/client/cli/tx.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    nghuyenthevinh2000 and fedekunze committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c5516f5 View commit details
    Browse the repository at this point in the history
  6. Update x/erc20/client/cli/tx.go

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    nghuyenthevinh2000 and fedekunze committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f82070b View commit details
    Browse the repository at this point in the history
  7. minor refactor

    nghuyenthevinh2000 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4b9e0ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6d4726 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

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

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    2878730 View commit details
    Browse the repository at this point in the history
  2. Update ibc/testing/README.md

    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    faddat and fedekunze committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    957aa4d View commit details
    Browse the repository at this point in the history
  3. Update evm_hooks.go

    faddat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d953572 View commit details
    Browse the repository at this point in the history
  4. GetParamSetIfExists

    faddat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5d038bb View commit details
    Browse the repository at this point in the history
  5. Update handler_options.go

    faddat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    62aa7b2 View commit details
    Browse the repository at this point in the history
  6. Update root.go

    faddat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5deca4e View commit details
    Browse the repository at this point in the history
  7. fix shellcheck feedback

    faddat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    693f9df View commit details
    Browse the repository at this point in the history
  8. comment on GetAppVersion

    faddat committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7d16672 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45cd327 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9a2931 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. use cosmossdk.io/errors

    faddat committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c729fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453a194 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. minor hygiene

    nghuyenthevinh2000 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    e3a0f60 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    5941b63 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    271d42e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. merge from main

    nghuyenthevinh2000 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    b4d5aa9 View commit details
    Browse the repository at this point in the history