Skip to content

Commit

Permalink
v19 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups authored Jan 23, 2024
1 parent 0ffd736 commit b5a206c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions uni-6/11_V19_BETA_UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Uni v19 Beta Upgrade

More info on the changes in this proposed release can be found [on the release page](https://github.com/CosmosContracts/juno/releases/tag/v19.0.0-alpha.1).

The Upgrade is scheduled for block `7194366`, which should be about _1700 UTC on Friday 19th Jan_. [Here's a countdown](https://testnet.mintscan.io/juno-testnet/blocks/7194366).

As always, for unattended updates, [Cosmovisor is your friend](https://docs.cosmos.network/main/build/tooling/cosmovisor).

## Installation

```bash
* Go Version 1.21+ is required

# get the new version
git fetch --tags && git checkout v19.0.0-alpha.1
make build && make install

junod version --long | grep "cosmos_sdk_version\|commit\|version:"
# commit: 55ec22a51f95f773f91ab06e2a64b305728ef35b
# cosmos_sdk_version: v0.47.6
# version: v19.0.0-alpha.1

# if you are using cosmovisor you then need to make a new dir and copy this new binary
mkdir -p $DAEMON_HOME/cosmovisor/upgrades/v19/bin
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v19/bin

# find out what version you are about to run - should be the same as the tag
$DAEMON_HOME/cosmovisor/upgrades/v19/bin/junod version
```

0 comments on commit b5a206c

Please sign in to comment.