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

fix: simapp and upgrade configuration for e2e v7 upgrade (backport #3136) #3143

Merged
merged 3 commits into from
Feb 14, 2023

Commits on Feb 14, 2023

  1. simapp and upgrade configuration for e2e v7 upgrade (#3136)

    * Register required types for upgrade E2E tests
    
    * removed temporary function update
    
    * registering additional types and specifying rc0 tag in upgrade test
    
    * updated workflow tag
    
    * bump version to 6.1.0
    
    * adding keytables to params subspaces in app.go
    
    * replace with pr docker build for testing
    
    * adding more wait for blocks
    
    * temporarily add new grpc services
    
    * removing last addition
    
    * configure store loaders for upgrade
    
    * adding consensus params migration from baseapp
    
    * testing without baseapp param migration
    
    * readd baseapp params migration
    
    * commiting updates, autocli and reflection svc
    
    * fix in run e2e script
    
    * adding crisis storekey to store upgrades
    
    * removing additional wait for blocks
    
    ---------
    
    Co-authored-by: Cian Hatton <[email protected]>
    (cherry picked from commit 80f162c)
    
    # Conflicts:
    #	.github/workflows/e2e-upgrade.yaml
    #	e2e/scripts/run-e2e.sh
    damiannolan authored and mergify[bot] committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0930d06 View commit details
    Browse the repository at this point in the history
  2. rm -rf e2e

    damiannolan committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f68c4d8 View commit details
    Browse the repository at this point in the history
  3. rm e2e-upgrade.yaml

    damiannolan committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5b06070 View commit details
    Browse the repository at this point in the history