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: fix and unit tests for query pending cctx within rate limit #2060

Merged
merged 41 commits into from
May 2, 2024

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    8db24cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a873173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60cdbd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b888133 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f63f22 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    f0b0677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab441e View commit details
    Browse the repository at this point in the history
  3. some minimum code refactor

    ws4charlie committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    00ab5ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f31c988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cdf614 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ad94af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27e94a7 View commit details
    Browse the repository at this point in the history
  8. fixed unit test compile

    ws4charlie committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0eb3b8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1568e44 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    60e5dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101457c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7065d2e View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    ws4charlie committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    874d5f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16955b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    249bcaa View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    dd950a8 View commit details
    Browse the repository at this point in the history
  2. Update x/crosschain/keeper/grpc_query_cctx_rate_limit.go

    Co-authored-by: Lucas Bertrand <[email protected]>
    ws4charlie and lumtis authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7fe367f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5e4e28 View commit details
    Browse the repository at this point in the history
  4. Update x/fungible/keeper/foreign_coins.go

    Co-authored-by: Lucas Bertrand <[email protected]>
    ws4charlie and lumtis authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5e28daf View commit details
    Browse the repository at this point in the history
  5. Update x/crosschain/keeper/grpc_query_cctx_rate_limit_test.go

    Co-authored-by: Lucas Bertrand <[email protected]>
    ws4charlie and lumtis authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    da27a84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9eed15 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    f40cf45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578afcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa24f32 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. treat Rate as average block rate; stop outbound when current rate lim…

    …it exceeds Rate; updated metrics
    ws4charlie committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    61627b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daba269 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    ec6aca8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c011900 View commit details
    Browse the repository at this point in the history
  3. test: disable header proof test in local upgrade test E2E test (#2051)

    * add skip header option
    
    * use option for migration test
    
    * move bitcoin addresses tests to advanced
    
    * show cctx in logs
    
    * update version
    
    * fix verification flags error
    lumtis authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    289ec62 View commit details
    Browse the repository at this point in the history
  4. test(e2e): add rate limiter admin E2E test (#2063)

    * refactor and create Withdraw ZETA general function
    
    * new rate limiter test
    
    * use rate limiter for admin test
    
    * fix the test: single approval and add liquidity
    
    * make generate
    
    * fix liquidity
    
    * fix uniswap pool
    
    * change localnet chain params
    
    * fix lint
    
    * add cli query
    
    * add nil check
    
    * fix nil point
    
    * modify tests
    
    * eliminate nil pending nonce issue
    
    * fix query
    
    * set flags
    
    * Update e2e/runner/evm.go
    
    Co-authored-by: Charlie Chen <[email protected]>
    
    * add back other advanced tests
    
    * make generate
    
    * add comment
    
    * fix eth liquidity cap test
    
    * fix withdraw count
    
    ---------
    
    Co-authored-by: Charlie Chen <[email protected]>
    Co-authored-by: Charlie Chen <[email protected]>
    3 people authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    bd13759 View commit details
    Browse the repository at this point in the history
  5. removed incorrect Note

    ws4charlie committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4be83fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a1433d View commit details
    Browse the repository at this point in the history
  7. improved variable name

    ws4charlie committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    23b7930 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    17b955e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7136f31 View commit details
    Browse the repository at this point in the history
  3. remove outdated comment

    lumtis committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fd861d5 View commit details
    Browse the repository at this point in the history