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

Gaia Gravity DEX upgrade simulation from cosmoshub-4 genesis #403

Closed
4 tasks
dongsam opened this issue Jun 10, 2021 · 2 comments
Closed
4 tasks

Gaia Gravity DEX upgrade simulation from cosmoshub-4 genesis #403

dongsam opened this issue Jun 10, 2021 · 2 comments
Assignees
Labels
devops installation, deployment, node operation test and simulation test and simulation

Comments

@dongsam
Copy link
Contributor

dongsam commented Jun 10, 2021

  1. Export latest genesis.json from cosmoshub-4

  2. Modify genesis.json

    1. validator info and power for starting test account
    2. reduce governance voting period for testing software-upgrade proposal sed -i '' 's/172800s/10s/' genesis.json
  3. Submit software-upgrade proposal ( need to set --upgrade-height )

    gaiad tx gov submit-proposal software-upgrade Gravity-DEX -y \
      --deposit 10000000uatom \
      --title Gravity-DEX \
      --upgrade-height 0000 \
      --upgrade-info v4.3.0-testhash \
      --from validator \
      --chain-id testing \
      --description testdescription \
      --keyring-backend test
  4. Vote gaiad tx gov vote {proposal-id} yes -y --chain-id testing --from validator --keyring-backend test

  5. After panic on upgrade-height build new Gaia using this-branch

  6. Start with the new Gaia binary, Check and Test liquidity module functionality


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@dongsam dongsam added test and simulation test and simulation devops installation, deployment, node operation labels Jun 10, 2021
@jaybxyz
Copy link
Contributor

jaybxyz commented Jun 10, 2021

I'm on it :)

@dongsam dongsam self-assigned this Jun 22, 2021
@dongsam
Copy link
Contributor Author

dongsam commented Jun 22, 2021

I Added scripts and result of the upgrade test using cosmoshub-4 states
https://github.com/b-harvest/gravity-dex-upgrade-test

@dongsam dongsam closed this as completed Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops installation, deployment, node operation test and simulation test and simulation
Projects
None yet
Development

No branches or pull requests

2 participants