Skip to content

feat: add test-upgrade script#94

Open
AdriaCarrera wants to merge 1 commit intomainfrom
feat/test-upgrade
Open

feat: add test-upgrade script#94
AdriaCarrera wants to merge 1 commit intomainfrom
feat/test-upgrade

Conversation

@AdriaCarrera
Copy link
Contributor

Example execution of the script ./scripts/test-upgrade.sh --chainId="xrplevm_1440000-1" --nodeHome=".exrpd" --exportedState="exported.json" --version=9.0.0

Copy link
Contributor

@JordiParraCrespo JordiParraCrespo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!


sleep 10

INITIAL_HEIGHT=$(jq '.initial_height' .exrpd/config/genesis.json)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should replace this line with the current:

INITIAL_HEIGHT=$(jq '.initial_height' $NODE_HOME/config/genesis.json)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants