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

test: unit and e2e tests to ibc-quota #1738

Merged
merged 112 commits into from
Feb 2, 2023
Merged

test: unit and e2e tests to ibc-quota #1738

merged 112 commits into from
Feb 2, 2023

Commits on Nov 7, 2022

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

Commits on Nov 9, 2022

  1. Merge main

    gsk967 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4ce49c9 View commit details
    Browse the repository at this point in the history
  2. WIP: add cll tx,query cmds

    1. add cli queries for rate_limits and params
    2. add updateProposal for rate_limits and ibcPause status
    gsk967 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    aada85f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    16b50cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57870ca View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    8412c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a4d380 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e2422 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    8e24765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad23eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bf0109 View commit details
    Browse the repository at this point in the history
  4. fix: fix the lint

    gsk967 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a87ff0d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    7981d0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b15b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1316e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac8381c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    a8206d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990db76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49c2bbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5435b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3143115 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db358cf View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

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

Commits on Nov 22, 2022

  1. Merge main

    gsk967 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bce7a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30bbdfc View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    c2d0bc5 View commit details
    Browse the repository at this point in the history
  2. refactor: update the params

      1. add token_quota, total_quota, quota_duration params
      2. ibc-transfer token quota checking with token_quota and total_quota params
    gsk967 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    01ce260 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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

Commits on Nov 28, 2022

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

Commits on Nov 29, 2022

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

Commits on Dec 5, 2022

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

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    e75b6f9 View commit details
    Browse the repository at this point in the history
  2. fix: fix the build

    gsk967 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    90f82b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    47f09be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6239a View commit details
    Browse the repository at this point in the history
  3. chore: fix the lint issues

    gsk967 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    ecacc9e View commit details
    Browse the repository at this point in the history
  4. chore: fix the lint issues

    gsk967 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    6968250 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e2ef16 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    eea2115 View commit details
    Browse the repository at this point in the history
  2. chore: addree the pr comments

    1. rename ibcratelimit to uibc module
    2. update the uibc cli tx and queries
    3. fix the quota expires of ibc-transfer
    gsk967 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    be02147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a8717 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    be8bc11 View commit details
    Browse the repository at this point in the history
  2. refactor: refactor the proto and logic

    1. ibc-transfer status now enum (enabled,disabled,paused)
    2. get the exchange from base denom (ibc/xxx)
    gsk967 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    267e958 View commit details
    Browse the repository at this point in the history
  3. chore: address the pr comments

    1. remove expire time for quota records
    2. removed params subspace keys
    gsk967 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    1aeb647 View commit details
    Browse the repository at this point in the history
  4. fix: fix the buf lint

    gsk967 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b952683 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

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

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    aa1daea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bfd75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860795b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b28f8f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e485b2a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

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

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    64600ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4da6298 View commit details
    Browse the repository at this point in the history
  3. address the review comments

    1. Rename ibc_denom to denom query
    gsk967 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    85e7486 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. refactor the code

    1. rename the GovUpdateTransferStatus to GovSetIBCPause
    2. address the pr comments
    gsk967 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    16e6488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8e103 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    07d05c5 View commit details
    Browse the repository at this point in the history
  2. address the pr comments

    gsk967 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    14cdcd3 View commit details
    Browse the repository at this point in the history
  3. chore: fix the build issue

    gsk967 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1dee0e7 View commit details
    Browse the repository at this point in the history
  4. chore: add tests for params

    gsk967 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8f052ec View commit details
    Browse the repository at this point in the history
  5. add cli query test

    gsk967 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ef2acf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93cbbba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d71fd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    07fe9b4 View commit details
    Browse the repository at this point in the history
  2. WIP: adding more tests

    gsk967 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e834de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eda531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f1cbe9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14c2558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf6507c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5e92ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aef58c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3c1e58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97ad447 View commit details
    Browse the repository at this point in the history
  11. add quota test

    gsk967 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0cfc87a View commit details
    Browse the repository at this point in the history
  12. chore: address the pr comments

    gsk967 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    14badea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1cbed41 View commit details
    Browse the repository at this point in the history
  14. chore: fix the lint

    gsk967 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    78184a5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    81123a5 View commit details
    Browse the repository at this point in the history
  16. using assert from testtools

    gsk967 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    22cc925 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    e7ca80f View commit details
    Browse the repository at this point in the history
  2. address the pr comments++

    gsk967 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6e8cde5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    200e867 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    d558dc9 View commit details
    Browse the repository at this point in the history
  2. address the pr comments

    gsk967 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    85f352d View commit details
    Browse the repository at this point in the history
  3. address the pr comments

    gsk967 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    b62b3db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cc1660 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afcf52a View commit details
    Browse the repository at this point in the history
  6. update reset quota

    robert-zaremba committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    16642e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0ecf0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fa2416 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    87d72ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d178a2 View commit details
    Browse the repository at this point in the history
  11. add comment to outflow_sum

    gsk967 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8feec2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f23c60b View commit details
    Browse the repository at this point in the history
  13. fix: fix the unit tests

    gsk967 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8eb3b13 View commit details
    Browse the repository at this point in the history
  14. merge main

    gsk967 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a438b15 View commit details
    Browse the repository at this point in the history
  15. fix: fix the unit test

    gsk967 committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    809e638 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    2c09775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d640a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ec2966 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    a28e70b View commit details
    Browse the repository at this point in the history
  2. refactor the cli test

    1. remove testify/suite and add gotest tools
    gsk967 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    97239b5 View commit details
    Browse the repository at this point in the history
  3. ++

    gsk967 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c1957bf View commit details
    Browse the repository at this point in the history
  4. fix the tests

    gsk967 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7ebca4a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. remove unused newmsg func

    gsk967 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    af5a02a View commit details
    Browse the repository at this point in the history