-
Notifications
You must be signed in to change notification settings - Fork 17
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
doc(releases): axelard v1.2.1 #543
base: main
Are you sure you want to change the base?
Conversation
8d3255d
to
e228e4b
Compare
|
||
## Deployment | ||
|
||
- wasmvm lib has been updated from `v1.3.1` to `v1.5.8`, make sure update the dependency if you are using the axelard binary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- wasmvm lib has been updated from `v1.3.1` to `v1.5.8`, make sure update the dependency if you are using the axelard binary. | |
- wasmvm lib has been updated from `v1.3.1` to `v1.5.8`, make sure to update the dependency if you are using the `axelard` binary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a link to the wasmvm lib?
### Devnet Amplifier / Stagenet | ||
|
||
### Testnet / Mainnet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Devnet Amplifier / Stagenet | |
### Testnet / Mainnet | |
- Stop the node once the upgrade height is reached. [Show upgrade height log] | |
- Restart the node with the `axelard v1.2.1` and `wasmvm v1.5.8`. |
- [ ] Verify that nodes are producing new blocks after the upgrade. | ||
- [ ] Check the denomination of burned fees in `burned-uaxl` on-chain using: | ||
```bash | ||
axelard q bank balances axelar1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqecnww6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
axelard q bank balances axelar1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqecnww6 | |
axelard q bank total --denom burned-uaxl | |
# OR | |
axelard q bank balances axelar1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqecnww6 --denom burned-uaxl |
The following checks should be performed after the rollout | ||
|
||
- [ ] Verify that nodes are producing new blocks after the upgrade. | ||
- [ ] Check the denomination of burned fees in `burned-uaxl` on-chain using: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also mention the event and how to check on axelarscan for completeness
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file name should use v1.2.1
|
||
## Deployment | ||
|
||
- wasmvm lib has been updated from `v1.3.1` to `v1.5.8`, make sure update the dependency if you are using the axelard binary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also mention that if you're using the community scripts, you'll need to update
No description provided.