Skip to content

Commit

Permalink
Merge pull request #1690 from wenlinlee/0519.1244
Browse files Browse the repository at this point in the history
update upgrade description
  • Loading branch information
wenlinlee committed May 19, 2023
2 parents ce08b87 + b8ca288 commit 40dffc0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions 2.x/docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ FISCO BCOS是国内企业主导研发、对外开源、安全可控的企业级
- **WeDPR 即时可用,场景式隐私保护高效解决方案套件和服务**[GitHub](https://github.com/WeBankBlockchain/WeDPR-Lab-Core)[Gitee](https://gitee.com/WeBankBlockchain/WeDPR-Lab-Crypto)[文档](https://wedpr-lab.readthedocs.io/)
- **WeCross 区块链跨链协作平台**: [GitHub](https://github.com/WeBankBlockchain/WeCross)[Gitee](https://gitee.com/WeBank/WeCross)[文档](https://wecross.readthedocs.io/)
- **Truora 可信预言机服务**[GitHub](https://github.com/WeBankBlockchain/Truora)[Gitee](https://gitee.com/WeBankBlockchain/Truora)[文档](https://truora.readthedocs.io/)
- **webankblockchain-liquid(简称WBC-Liquid) 智能合约编程语言软件**[GitHub](https://github.com/WeBankBlockchain/liquid)[Gitee](https://gitee.com/WeBankBlockchain/liquid)[文档](https://liquid-doc.readthedocs.io/)
- **WeBankBlockChain-Liquid(简称WBC-Liquid) 智能合约编程语言软件**[GitHub](https://github.com/WeBankBlockchain/liquid)[Gitee](https://gitee.com/WeBankBlockchain/liquid)[文档](https://liquid-doc.readthedocs.io/)
- **WeBankBlockchain-Data 数据治理通用组件**
- Data-Stash 数据仓库组件: [GitHub](https://github.com/WeBankBlockchain/Data-Stash)[Gitee](https://gitee.com/WeBankBlockchain/Data-Stash)[文档](https://data-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Data-Stash/index.html)
- Data-Export 数据导出组件: [GitHub](https://github.com/WeBankBlockchain/Data-Export)[Gitee](https://gitee.com/WeBankBlockchain/Data-Export)[文档](https://data-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Data-Export/index.html)
- Data-Reconcile 数据对账组件: [GitHub](https://github.com/WeBankBlockchain/Data-Reconcile)[Gitee](https://gitee.com/WeBankBlockchain/Data-Reconcile)[文档](https://data-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Data-Reconcile/index.html)
- **WeBankBlockchain-Governance 多方治理协作组件**
- **WeBankBlockchain-Governance 多方协作治理组件**
- Governance-Account 账户治理组件: [GitHub](https://github.com/WeBankBlockchain/Governance-Account)[Gitee](https://gitee.com/WeBankBlockchain/Governance-Account)[文档](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Acct/index.html)
- Governance-Authority 权限治理组件:[GitHub](https://github.com/WeBankBlockchain/Governance-Authority)[Gitee](https://gitee.com/WeBankBlockchain/Governance-Authority)[文档](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Auth/index.html)
- Governance-Key 私钥管理组件: [GitHub](https://github.com/WeBankBlockchain/Governance-Key)[Gitee](https://gitee.com/WeBankBlockchain/Governance-Key)[文档](https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain-Governance-Key/index.html)
Expand Down
2 changes: 1 addition & 1 deletion 2.x/docs/design/security_control/permission_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@
## 权限控制工具

FISCO BCOS的分布式存储权限控制有如下使用方式:
- 针对普通用户,通过控制台命令使用权限功能,具体参考[权限控制使用手册](../../manual/distributed_storage.md)
- 针对普通用户,通过控制台命令使用权限功能,具体参考[权限控制使用手册](../../manual/permission_control.md)
- 针对开发者,SDK根据权限控制的用户表和每个系统表均实现了三个接口,分别是授权,撤销和查询权限接口。可以调用[SDK API](../../sdk/java_sdk.html#web3sdk-api)的PermissionService接口使用权限功能。
2 changes: 1 addition & 1 deletion 2.x/docs/enterprise_tools/tutorial_detail_operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ cp ./agencyB_node_info/peers.txt ~/generator-A/meta/peersB.txt
cd ~/generator-A
```

机构A修改conf文件夹下的`group_genesis.ini`,配置项可参考[手册](./config.md#group-genesis-ini)。:
机构A修改conf文件夹下的`group_genesis.ini`,配置项可参考[手册](./config.md)。:

```bash
cat > ./conf/group_genesis.ini << EOF
Expand Down
4 changes: 2 additions & 2 deletions 2.x/docs/tutorial/stress_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ bash build_chain.sh -f ipconf -i -p 30914,20914,8914
scp -r 192.168.1.1/node0/ app@192.168.1.1:/data/test
scp -r 192.168.1.2/node0/ app@192.168.1.2:/data/test
scp -r 192.168.1.3/node0/ app@192.168.1.3:/data/test
scp -r 192.168.1.4/node0/ app@192.168.1.3:/data/test
scp -r 192.168.1.4/node0/ app@192.168.1.4:/data/test
```

#### 配置FISCO BCOS适配器
Expand Down Expand Up @@ -562,7 +562,7 @@ Caliper在退出流程的最后会执行end配置指定的命令,主要用于
docker -H 192.168.1.1:2375 stop $(docker -H 192.168.1.1:2375 ps -a | grep node0 | cut -d " " -f 1) 1> /dev/null && echo -e "\033[32mremote container node0 stopped\033[0m"
docker -H 192.168.1.2:2375 stop $(docker -H 192.168.1.2:2375 ps -a | grep node1 | cut -d " " -f 1) 1> /dev/null && echo -e "\033[32mremote container node1 stopped\033[0m"
docker -H 192.168.1.3:2375 stop $(docker -H 192.168.1.3:2375 ps -a | grep node2 | cut -d " " -f 1) 1> /dev/null && echo -e "\033[32mremote container node2 stopped\033[0m"
docker -H 192.168.1.4:2375 stop $(docker -H 192.168.1.3:2375 ps -a | grep node3 | cut -d " " -f 1) 1> /dev/null && echo -e "\033[32mremote container node3 stopped\033[0m"
docker -H 192.168.1.4:2375 stop $(docker -H 192.168.1.4:2375 ps -a | grep node3 | cut -d " " -f 1) 1> /dev/null && echo -e "\033[32mremote container node3 stopped\033[0m"
```

即停止并删除有所的远程容器。如果不需要在Caliper退出时执行命令,需要将该配置项置空。
Expand Down
4 changes: 2 additions & 2 deletions 3.x/zh_CN/docs/introduction/change_log/3_1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@

##### 查询数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.1
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.0.1
3.0.0
```

##### 替换节点二进制
Expand Down
4 changes: 2 additions & 2 deletions 3.x/zh_CN/docs/introduction/change_log/3_1_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@

##### 查询数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.1
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.0.1
3.0.0
```

##### 替换节点二进制
Expand Down
4 changes: 2 additions & 2 deletions 3.x/zh_CN/docs/introduction/change_log/3_1_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

##### 查询数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.1
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.0.1
3.0.0
```

##### 替换节点二进制
Expand Down
4 changes: 2 additions & 2 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 @@ -51,11 +51,11 @@

##### 查询数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.1
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.0.1
3.0.0
```

##### 替换节点二进制
Expand Down
4 changes: 2 additions & 2 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 @@ -36,11 +36,11 @@

##### 查询数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.1
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.0.1
3.0.0
```

##### 替换节点二进制
Expand Down
4 changes: 2 additions & 2 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 @@ -51,11 +51,11 @@

##### 查询数据兼容版本号(compatibility_version)

[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.1
[控制台](https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/operation_and_maintenance/console/console_commands.html#getsystemconfigbykey)进行查询,如当前返回的版本为3.0.0

```
[group0]: /apps> getSystemConfigByKey compatibility_version
3.0.1
3.0.0
```

##### 替换节点二进制
Expand Down

0 comments on commit 40dffc0

Please sign in to comment.