You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/upgrade.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ order: 7
5
5
# Plug Chain Hub latest version upgrade
6
6
7
7
This document describes the steps for validators and full node operators to successfully execute the *upgrade plan*. The official is not responsible for the loss of assets due to the upgrade. Please back up your assets when upgrading.
8
-
Plug Chain will stop running the main chain at block height `3000000` and upgrade to the official version `v1.0`.
8
+
Plug Chain will stop running the main chain at block height `3000000` and upgrade to the official version `v1.1.0`.
9
9
10
10
11
11
The upgrade contents are as follows:
@@ -43,11 +43,11 @@ Precautions:
43
43
44
44
# Steps
45
45
46
-
1. Get the `v1.0.0` binary file plugchaind
46
+
1. Get the `v1.1.0` binary file plugchaind
47
47
48
48
```bash
49
-
# Pull the v1.0.0 version code (you can use `git tag` to view the next tag version locally, if there is `v1.0.0`, skip this step)
50
-
git fetch origin v1.0.0
49
+
# Pull the v1.1.0 version code (you can use `git tag` to view the next tag version locally, if there is `v1.1.0`, skip this step)
0 commit comments