Skip to content
Open
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
12 changes: 6 additions & 6 deletions bbn-1/network-artifacts/upgrades/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

## Upgrade overview

- **Upgrade version**: `v2.0.0`
- **Upgrade version**: `v2.1.0`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If someone is trying to sync from scratch and use v2.1 since the v2 upgrade would it get an apphash? it might need some testing

- **Upgrade height**: `596369`

## Upgrade process

### Prepare the upgrade binary

Obtain the `v2.0.0` binary. You can achieve this in multiple ways:
Obtain the `v2.1.0` binary. You can achieve this in multiple ways:
- Download the binary from the [releases
page](https://github.com/babylonlabs-io/babylon/releases/tag/v2.0.0)
page](https://github.com/babylonlabs-io/babylon/releases/tag/v2.1.0)
- Build the binary on your machine
```shell
git checkout v2.0.0
git checkout v2.1.0
make install
```
- If you’re working with Docker images, you can pull the pre-built Docker image:
```shell
docker pull babylonlabs/babylond:v2.0.0
docker pull babylonlabs/babylond:v2.1.0
```

### Perform the upgrade

Perform the following steps to upgrade your Babylon node:
* Stop your Babylon node
* Swap your babylon binary with the prepared `v2.0.0` binary
* Swap your babylon binary with the prepared `v2.1.0` binary
* Please remove `--x-crisis-skip-assert-invariants` babylond flag from your
node startup command. The `x/crisis` module has been removed in this
release.
Expand Down
4 changes: 2 additions & 2 deletions bbn-1/network-artifacts/upgrades/v2/upgrade_binaries.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"binaries": {
"linux/amd64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.0.0/babylon-2.0.0-linux-amd64",
"linux/arm64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.0.0/babylon-2.0.0-linux-arm64"
"linux/amd64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.1.0/babylon-2.1.0-linux-amd64",
"linux/arm64": "https://github.com/babylonlabs-io/babylon/releases/download/v2.1.0/babylon-2.1.0-linux-arm64"
}
}