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 (backport #4340) #4405

Merged
merged 2 commits into from
Feb 23, 2023
Merged

Commits on Feb 23, 2023

  1. Added rate limits in upgrade (#4340)

    * added rate limits in upgrade
    
    * added upgrade test
    
    * refactor rate limiting tests and added rate limits pre-upgrade
    
    * lint
    
    * goimports
    
    * experiments for E2E
    
    * post merge lints
    
    * added RL before upgrade
    
    * just get the latest contract
    
    * experiments
    
    * updated wasm file
    
    * remove unnecessary prints
    
    * bad check
    
    * experiments without e2e
    
    * removed unnecessary fmt
    
    * param space initialization for rate limiting (#4360)
    
    * param space initialization for rate limiting
    
    * lint
    
    * better test
    
    * properly initialize empty params
    
    * fix typo
    
    * adding RL to E2E
    
    * removing RL again from E2E
    
    * debug
    
    * genesis
    
    * genesis 2
    
    * add genesis and solve params bug
    
    * uncomment setup rate limiting
    
    * added configurable gov module
    
    * clean up
    
    * clean up and genesis test
    
    * upgrade handler
    
    * genesis clean up
    
    * clean up e2e
    
    * wire querier
    
    * route fix
    
    * fix router
    
    * debug things
    
    * fix init genesis bug
    
    * push fix
    
    * lint
    
    * fix
    
    * clean up upgrades
    
    * testing propper params after upgrade in E2E
    
    * "properly" unmarshaling the parm
    
    * goimports
    
    * allowing for types other than objects in cosmwasm queries
    
    * fix check for param reset
    
    * remove unnecessary prints
    
    * compiled with the proper vesion of workspace optimizer
    
    * Revert "compiled with the proper vesion of workspace optimizer"
    
    This reverts commit ab5cf6c.
    
    * added length check
    
    * params experiment for test with state-export
    
    ---------
    
    Co-authored-by: Roman <[email protected]>
    Co-authored-by: Roman <[email protected]>
    (cherry picked from commit a1e2b3d)
    
    # Conflicts:
    #	app/modules.go
    #	tests/e2e/e2e_test.go
    nicolaslara authored and mergify[bot] committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    214ce39 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    nicolaslara committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    560ff07 View commit details
    Browse the repository at this point in the history