Skip to content

Commit

Permalink
Update readme and chain upgrade docs to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p0p3yee committed Dec 29, 2023
1 parent 14c37f1 commit 8287df1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions networks/testnets/fairytest-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ git clone [email protected]:FairBlock/fairyring.git
```shell
cd fairyring
git fetch --tags
git checkout v0.3.0
git checkout v0.3.1
```

- Install
Expand All @@ -112,7 +112,7 @@ or

## Node start and validator setup

### Upgrading from v0.2.1 to v0.3.0
### Upgrading from v0.2.1 to v0.3.1

### Prior to genesis creation and network launch

Expand Down Expand Up @@ -220,12 +220,12 @@ [email protected]:26656,525d605dc4cc1e92d6b1

## Version

This chain is currently running on fairyring [v0.3.0](https://github.com/FairBlock/fairyring/releases/tag/v0.3.0)
Commit Hash: [838bc88d6e3065d0cbb728e0b0b930bed37a69d0](https://github.com/FairBlock/fairyring/commit/838bc88d6e3065d0cbb728e0b0b930bed37a69d0)
This chain is currently running on fairyring [v0.3.1](https://github.com/FairBlock/fairyring/releases/tag/v0.3.1)
Commit Hash: [cb2e08a87bf7a9d75e2764d1b157a84c8e4fb775](https://github.com/FairBlock/fairyring/commit/cb2e08a87bf7a9d75e2764d1b157a84c8e4fb775)

## Binary

The binary can be downloaded from [here](https://github.com/FairBlock/fairyring/releases/tag/v0.3.0)
The binary can be downloaded from [here](https://github.com/FairBlock/fairyring/releases/tag/v0.3.1)

## Explorer

Expand Down
8 changes: 4 additions & 4 deletions networks/testnets/fairytest-3/chain-upgrade.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Chain Reset and Upgrade to fairyring v0.3.0
# Chain Reset and Upgrade to fairyring v0.3.1

This is the instruction for performing chain reset and then upgrading the chain from v0.2.1 to v0.3.0
This is the instruction for performing chain reset and then upgrading the chain from v0.2.1 to v0.3.1

## Upgrading to fairyring v0.3.0
## Upgrading to fairyring v0.3.1

1. Move to your fairyring folder, then pull the latest version

```bash
cd fairyring
git pull
git checkout v0.3.0
git checkout v0.3.1
```

2. Install the new version
Expand Down

0 comments on commit 8287df1

Please sign in to comment.