Skip to content

Commit

Permalink
Create 2900_v22_UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiandre authored Apr 30, 2024
1 parent 1d6d08c commit ff7d5ca
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions juno-1/2900_v22_UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Juno v22 - Upgrade

Additional links:

- [Proposal #347]([https://www.mintscan.io/juno/proposals/340](https://www.mintscan.io/juno/proposals/347)).
- [The v22.0.0 changelog is viewable here](https://github.com/CosmosContracts/juno/releases/tag/v22.0.0).

The target block for this upgrade is [15873890](https://www.mintscan.io/juno/blocks/15873890), which is expected to arrive on _Tuesday April 30th, 2024 at 1500UTC_, +/- 1 hour.

These are the instructions you will need if you run cosmo-visor:

```bash
cd juno
git fetch --tags && git checkout v22.0.0
make build && make install

junod version --long | grep "cosmos_sdk_version\|commit\|version:"
# commit: b0faafbd6df4bb03940d99df13030af7f7bc315b
# cosmos_sdk_version: v0.47.11-0.20240417094812-f556fd956fb1
# version: v22.0.0

mkdir -p $DAEMON_HOME/cosmovisor/upgrades/v22/bin && cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v22/bin

$DAEMON_HOME/cosmovisor/upgrades/v22/bin/junod version
```

Alternatively, you can run the upgrade the old-fashioned way.

0 comments on commit ff7d5ca

Please sign in to comment.