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

Added rate limits in upgrade #4340

Merged
merged 51 commits into from
Feb 23, 2023
Merged

Added rate limits in upgrade #4340

merged 51 commits into from
Feb 23, 2023

Commits on Feb 20, 2023

  1. added rate limits in upgrade

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    391f760 View commit details
    Browse the repository at this point in the history
  2. added upgrade test

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ea02c96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c50584 View commit details
    Browse the repository at this point in the history
  4. lint

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c25b561 View commit details
    Browse the repository at this point in the history
  5. goimports

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    04b9659 View commit details
    Browse the repository at this point in the history
  6. experiments for E2E

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ee0c581 View commit details
    Browse the repository at this point in the history
  7. post merge lints

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    63b7e8c View commit details
    Browse the repository at this point in the history
  8. added RL before upgrade

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4cda3ec View commit details
    Browse the repository at this point in the history
  9. just get the latest contract

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0d80f36 View commit details
    Browse the repository at this point in the history
  10. experiments

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    acf9bc2 View commit details
    Browse the repository at this point in the history
  11. updated wasm file

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    318de89 View commit details
    Browse the repository at this point in the history
  12. remove unnecessary prints

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e8d5c31 View commit details
    Browse the repository at this point in the history
  13. bad check

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d5385ff View commit details
    Browse the repository at this point in the history
  14. experiments without e2e

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    56de8d0 View commit details
    Browse the repository at this point in the history
  15. removed unnecessary fmt

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b9af8f0 View commit details
    Browse the repository at this point in the history
  16. param space initialization for rate limiting (#4360)

    * param space initialization for rate limiting
    
    * lint
    p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    61e48ea View commit details
    Browse the repository at this point in the history
  17. better test

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    de3a888 View commit details
    Browse the repository at this point in the history
  18. properly initialize empty params

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    971ba4a View commit details
    Browse the repository at this point in the history
  19. fix typo

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1663316 View commit details
    Browse the repository at this point in the history
  20. adding RL to E2E

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d6d2ab8 View commit details
    Browse the repository at this point in the history
  21. removing RL again from E2E

    nicolaslara authored and p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2a78533 View commit details
    Browse the repository at this point in the history
  22. debug

    p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f883ffe View commit details
    Browse the repository at this point in the history
  23. genesis

    p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    50431ff View commit details
    Browse the repository at this point in the history
  24. genesis 2

    p0mvn committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a34127b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    e4f3fa0 View commit details
    Browse the repository at this point in the history
  2. uncomment setup rate limiting

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    be95710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    716b0a7 View commit details
    Browse the repository at this point in the history
  4. clean up

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    b69e538 View commit details
    Browse the repository at this point in the history
  5. clean up and genesis test

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    673aa03 View commit details
    Browse the repository at this point in the history
  6. upgrade handler

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e64d546 View commit details
    Browse the repository at this point in the history
  7. genesis clean up

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0da8f41 View commit details
    Browse the repository at this point in the history
  8. clean up e2e

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    af89301 View commit details
    Browse the repository at this point in the history
  9. wire querier

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f2d8402 View commit details
    Browse the repository at this point in the history
  10. route fix

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5b47f15 View commit details
    Browse the repository at this point in the history
  11. fix router

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    312f3d8 View commit details
    Browse the repository at this point in the history
  12. debug things

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1d132fe View commit details
    Browse the repository at this point in the history
  13. fix init genesis bug

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e1d657b View commit details
    Browse the repository at this point in the history
  14. push fix

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    066bc28 View commit details
    Browse the repository at this point in the history
  15. lint

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    96b4126 View commit details
    Browse the repository at this point in the history
  16. fix

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    01af9c3 View commit details
    Browse the repository at this point in the history
  17. clean up upgrades

    p0mvn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7ec5d75 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

    nicolaslara committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f2e42c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3722f1a View commit details
    Browse the repository at this point in the history
  5. fix check for param reset

    nicolaslara committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2490cf9 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary prints

    nicolaslara committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    376fccd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab5cf6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd692be View commit details
    Browse the repository at this point in the history
  9. added length check

    nicolaslara committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    909a3a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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