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

v17 & v18 & v19 #106

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions juno-1/21000_v19_UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Juno v19 - Rhea Upgrade

Additional links:

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

The target block for this upgrade is [13678871](https://www.mintscan.io/juno/blocks/13678871), which is expected to arrive on _Mon Feb 5th, 2023 at 1700UTC_, +/- 1 hour.

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

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

junod version --long | grep "cosmos_sdk_version\|commit\|version:"
# commit: 46bc071f91225d2dcf06897d7b71f668f5508087
# cosmos_sdk_version: v0.47.6
# version: v19.0.0

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

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

Alternatively, you can run the upgrade the old-fashioned way.
27 changes: 27 additions & 0 deletions juno-1/2800_v17_UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Juno v17 - Vesta Upgrade

Additional links:

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

The target block for this upgrade is [10078449](https://www.mintscan.io/juno/blocks/10078449), which is expected to arrive on _Mon September 18th, 2023 at 1600UTC_, +/- 1 hour.

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

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

junod version --long | grep "cosmos_sdk_version\|commit\|version:"
# commit: dc98d1f181601c73b543a406898c2ee02f042b90
# cosmos_sdk_version: v0.47.4
# version: v17.0.0

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

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

Alternatively, you can run the upgrade the old-fashioned way.
27 changes: 27 additions & 0 deletions juno-1/2900_v18_UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Juno v18 - Epona Upgrade

Additional links:

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

The target block for this upgrade is [12265007](https://www.mintscan.io/juno/blocks/12265007), which is expected to arrive on _Mon December 11th, 2023 at 1600UTC_, +/- 1 hour.

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

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

junod version --long | grep "cosmos_sdk_version\|commit\|version:"
# commit: a56c4421081db13d06e12d3a1ba466ee7d8d5896
# cosmos_sdk_version: v0.47.5
# version: v18.0.0

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

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

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