Skip to content

Commit

Permalink
update 3.4.0 relate doc (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee authored Jun 16, 2023
1 parent 51e7329 commit 926cb75
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 21 deletions.
9 changes: 6 additions & 3 deletions 2.x/docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,11 @@ FISCO-BCOS 3.0.0 及之后的版本之间相互兼容。FISCO-BCOS 3.0.0-rc的
- [v3.0.0-rc2](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-0-0-rc2)
- [v3.0.0-rc3](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-0-0-rc3)
- [v3.0.0-rc4](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-0-0-rc4)
- [v3.0.0](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-0-0)
- [v3.1.0](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-1-0)
- [v3.0.0](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-0-x)
- [v3.1.0](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-1-x)
- [v3.2.0](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-2-x)
- [v3.3.0](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-3-x)
- [v3.4.0](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/compatibility.html#fisco-bcos-v3-4-x)

#### 3.2.1. FISCO-BCOS v3.0.0-rc1

Expand Down Expand Up @@ -331,7 +334,7 @@ FISCO-BCOS 3.0.0 及之后的版本之间相互兼容。FISCO-BCOS 3.0.0-rc的
| WeBankBlockchain-Governance-Authority | 权限治理组件 | V3 | [文档](https://governance-doc.readthedocs.io/zh_CN/v3.0.0/docs/WeBankBlockchain-Governance-Acct/index.html) | [github](https://github.com/WeBankBlockchain/Governance-Account/tree/V3) | [gitee](https://gitee.com/WeBankBlockchain/Governance-Account/tree/V3/) | |
| WeBankBlockchain-Governance-Account | 账户治理组件 | V3 | [文档](https://governance-doc.readthedocs.io/zh_CN/v3.0.0/docs/WeBankBlockchain-Governance-Auth/index.html) | [github](https://github.com/WeBankBlockchain/Governance-Authority/tree/V3) | [gitee](https://gitee.com/WeBankBlockchain/Governance-Authority/tree/V3/) | |

### 3.2.9 FISCO-BCOS v3.4.x
#### 3.2.9. FISCO-BCOS v3.4.x
| 项目 | 功能简介 | 版本 | 文档 | github | gitee | 备注 |
| ------------------------------------- | -------------------------- | ----------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ---------------------------- |
| FISCO-BCOS | 区块链底层平台 | v3.4.x | [文档](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/) | [github](https://github.com/FISCO-BCOS/FISCO-BCOS/tree/v3.4.0) | [gitee](https://gitee.com/FISCO-BCOS/FISCO-BCOS/tree/v3.4.0) | |
Expand Down
8 changes: 4 additions & 4 deletions 3.x/zh_CN/docs/introduction/change_log/3_2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@

##### 设置数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.1.0。
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.2.0。

```
[group0]: /apps> setSystemConfigByKey compatibility_version 3.1.0
[group0]: /apps> setSystemConfigByKey compatibility_version 3.2.0
{
"code":0,
"msg":"success"
Expand All @@ -76,11 +76,11 @@
注:若开启权限治理功能,需要使用 setSysConfigProposal 命令
```

设置成功,再次查询,得到当前版本已升级为3.1.0
设置成功,再次查询,得到当前版本已升级为3.2.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.1.0
3.2.0
```

当前链已经完成升级,至此,**链开始以新的逻辑继续运行**,并支持了新的特性。
9 changes: 5 additions & 4 deletions 3.x/zh_CN/docs/introduction/change_log/3_2_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

##### 设置数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.1.0。
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.2.0。

```
[group0]: /apps> setSystemConfigByKey compatibility_version 3.1.0
[group0]: /apps> setSystemConfigByKey compatibility_version 3.2.0
{
"code":0,
"msg":"success"
Expand All @@ -61,11 +61,12 @@
注:若开启权限治理功能,需要使用 setSysConfigProposal 命令
```

设置成功,再次查询,得到当前版本已升级为3.1.0
设置成功,再次查询,得到当前版本已升级为3.2.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.1.0
3.2.0
```

当前链已经完成升级,至此,**链开始以新的逻辑继续运行**,并支持了新的特性。

8 changes: 4 additions & 4 deletions 3.x/zh_CN/docs/introduction/change_log/3_3_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@

##### 设置数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.1.0。
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.3.0。

```
[group0]: /apps> setSystemConfigByKey compatibility_version 3.1.0
[group0]: /apps> setSystemConfigByKey compatibility_version 3.3.0
{
"code":0,
"msg":"success"
Expand All @@ -76,11 +76,11 @@
注:若开启权限治理功能,需要使用 setSysConfigProposal 命令
```

设置成功,再次查询,得到当前版本已升级为3.1.0
设置成功,再次查询,得到当前版本已升级为3.3.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.1.0
3.3.0
```

当前链已经完成升级,至此,**链开始以新的逻辑继续运行**,并支持了新的特性。
8 changes: 4 additions & 4 deletions 3.x/zh_CN/docs/introduction/change_log/3_4_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@

##### 设置数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.1.0。
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#setsystemconfigbykey)设置数据兼容版本号,如当前版本为3.4.0。

```
[group0]: /apps> setSystemConfigByKey compatibility_version 3.1.0
[group0]: /apps> setSystemConfigByKey compatibility_version 3.4.0
{
"code":0,
"msg":"success"
Expand All @@ -74,11 +74,11 @@
注:若开启权限治理功能,需要使用 setSysConfigProposal 命令
```

设置成功,再次查询,得到当前版本已升级为3.1.0
设置成功,再次查询,得到当前版本已升级为3.4.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.1.0
3.4.0
```

当前链已经完成升级,至此,**链开始以新的逻辑继续运行**,并支持了新的特性。
2 changes: 1 addition & 1 deletion 3.x/zh_CN/docs/tutorial/max/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ cd ~/fisco/console && bash start.sh

```shell
=============================================================================================
Welcome to FISCO BCOS console(3.1.0)!
Welcome to FISCO BCOS console(3.4.0)!
Type 'help' or 'h' for help. Type 'quit' or 'q' to quit console.
________ ______ ______ ______ ______ _______ ______ ______ ______
| | \/ \ / \ / \ | \ / \ / \ / \
Expand Down
2 changes: 1 addition & 1 deletion 3.x/zh_CN/docs/tutorial/pro/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ cd ~/fisco/console && bash start.sh

```shell
=============================================================================================
Welcome to FISCO BCOS console(3.1.0)!
Welcome to FISCO BCOS console(3.4.0)!
Type 'help' or 'h' for help. Type 'quit' or 'q' to quit console.
________ ______ ______ ______ ______ _______ ______ ______ ______
| | \/ \ / \ / \ | \ / \ / \ / \
Expand Down

0 comments on commit 926cb75

Please sign in to comment.