Skip to content

Commit

Permalink
<doc>(readme): update readme. (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonRay committed Mar 24, 2023
1 parent 033126e commit ac903ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

**新增**

- 完全支持FISCO BCOS 3.x版本
- wecross demo支持替换Git的URL
- 新增FISCO BCOS 3.x版本与2.x版本的跨链demo
* 完全支持FISCO BCOS 3.x版本
* wecross demo支持替换Git的URL
* 新增FISCO BCOS 3.x版本与2.x版本的跨链demo

**更新**

* 更新gson、bouncycastle、netty-codec-haproxy、spring-boot-starter的版本号,以修复安全问题。

### v1.2.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WeCross是由微众银行自主研发并完全开源的区块链跨链协作平

- **插件式跨链接入**

WeCross只需基于[Stub接口](https://wecross.readthedocs.io/zh_CN/latest/docs/dev/stub.html)针对不同的链开发适配器,就能以插件化的方式实现跨链接入。目前适配的区块链包括[FISCO BCOS 2.0](https://github.com/WeBankFinTech/WeCross-BCOS-Stub)[Hyperledger Fabric 1.4](https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub)[Hyperledger Fabric 2](https://github.com/WeBankBlockchain/WeCross-Fabric2-Stub)
WeCross只需基于[Stub接口](https://wecross.readthedocs.io/zh_CN/latest/docs/dev/stub.html)针对不同的链开发适配器,就能以插件化的方式实现跨链接入。目前适配的区块链包括[FISCO BCOS 3.0](https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub)[FISCO BCOS 2.0](https://github.com/WeBankBlockchain/WeCross-BCOS2-Stub)[Hyperledger Fabric 1.4](https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub)[Hyperledger Fabric 2](https://github.com/WeBankBlockchain/WeCross-Fabric2-Stub)

- **统一跨链身份**

Expand Down

0 comments on commit ac903ab

Please sign in to comment.