Skip to content

Commit f0b6e02

Browse files
Merge pull request #24 from oracleNetworkProtocol/worry-free
dump version
2 parents 19dba01 + 846ed03 commit f0b6e02

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ proto-swagger-gen:
297297
### Releasing ###
298298
###############################################################################
299299
PACKAGE_NAME:=github.com/oracleNetworkProtocol/plugchain
300-
GOLANG_CROSS_VERSION = v1.17.6
300+
GOLANG_CROSS_VERSION = v1.17.1
301301
GOPATH ?= '$(HOME)/go'
302302
release-dry-run:
303303
docker run \

docs/get-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Make sure that your server can access to google.com because our project depends
5151
```bash
5252
git clone https://github.com/oracleNetworkProtocol/plugchain.git
5353
cd plugchain
54-
git checkout v1.0.0
54+
git checkout v1.1.0
5555
make install
5656
```
5757

docs/get-started/mainnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ order: 3
1313
### Start node from genesis
1414

1515
:::tip
16-
You must use Plug Chain [v1.0.0](https://github.com/oracleNetworkProtocol/plugchain.git) to initialize your node.
16+
You must use Plug Chain [v1.1.0](https://github.com/oracleNetworkProtocol/plugchain.git) to initialize your node.
1717
:::
1818

1919
1. Initialize the node

docs/get-started/upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 7
55
# Plug Chain Hub latest version upgrade
66

77
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`.
99

1010

1111
The upgrade contents are as follows:
@@ -43,11 +43,11 @@ Precautions:
4343

4444
# Steps
4545

46-
1. Get the `v1.0.0` binary file plugchaind
46+
1. Get the `v1.1.0` binary file plugchaind
4747

4848
```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)
50+
git fetch origin v1.1.0
5151

5252
# Execute the compiled binary
5353
make install

docs/zh/get-started/mainnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ order: 3
1313
### Start node from genesis
1414

1515
:::tip
16-
必须使用 Plug Chain [v1.0.0](https://github.com/oracleNetworkProtocol/plugchain.git) 初始化你的节点
16+
必须使用 Plug Chain [v1.1.0](https://github.com/oracleNetworkProtocol/plugchain.git) 初始化你的节点
1717
:::
1818

1919
1. 初始化节点
@@ -44,7 +44,7 @@ plugchaind start
4444

4545
| 提案 | 起始高度 | 升级高度 | plugchaind 版本 |
4646
| -------- | ------------ | -------------- | ----- |
47-
| [v1.0](https://www.plugchain.network/v2/communityDetail?id=7) | 3000000 | | [v1.0.0](https://github.com/oracleNetworkProtocol/plugchain/tree/v1.0.0) |
47+
| [v1.0](https://www.plugchain.network/v2/communityDetail?id=7) | 3000000 | | [v1.1.0](https://github.com/oracleNetworkProtocol/plugchain/tree/v1.1.0) |
4848

4949

5050

docs/zh/get-started/upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ order: 7
55
# Plug Chain Hub 最新版本升级
66

77
本文档描述了验证器和全节点操作员成功执行*升级计划*的步骤。由于升级导致的资产丢失,官方概不负责,请升级时备份好自己的财产。
8-
Plug Chain 将在区块高度 `3000000` 停止主链运行,进行正式版本`v1.0`升级。
8+
Plug Chain 将在区块高度 `3000000` 停止主链运行,进行正式版本`v1.1.0`升级。
99

1010

1111
升级内容如下:
@@ -44,12 +44,12 @@ Plug Chain 将在区块高度 `3000000` 停止主链运行,进行正式版本`
4444

4545
# 操作步骤
4646

47-
1. 获取 `v1.0.0` 版本的二进制文件plugchaind
47+
1. 获取 `v1.1.0` 版本的二进制文件plugchaind
4848

4949
```bash
50-
# 拉取v1.0.0版本代码 (本地可使用 `git tag` 查看下tag版本,如果有 `v1.0.0`,跳过此步骤)
50+
# 拉取v1.1.0版本代码 (本地可使用 `git tag` 查看下tag版本,如果有 `v1.1.0`,跳过此步骤)
5151
cd plugchain
52-
git fetch --all && git checkout v1.0.0
52+
git fetch --all && git checkout v1.1.0
5353
make install
5454

5555
```

0 commit comments

Comments
 (0)