Skip to content

Commit

Permalink
add changeLog (#595)
Browse files Browse the repository at this point in the history
* add changeLog

* update build.gradle
  • Loading branch information
cyjseagull authored Apr 1, 2022
1 parent 0121204 commit 3301cc1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 115 deletions.
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### v3.0.0-rc3
(2022-03-31)

* 新增
1. 默认使用Solidity 0.8
2. 支持编译合约进行Solidity并行字段冲突分析
3. 添加`listABI`命令
4. BFS支持软链操作
5. 支持 call link操作,控制台支持调用所有链上部署的合约


* 更新
1. 适配[FISCO BCOS v3.0.0-rc3](https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v3.0.0-rc3)
2. 适配[FISCO BCOS Java SDK v3.0.0-rc3](https://github.com/FISCO-BCOS/java-sdk/releases/tag/v3.0.0-rc3)
3. 使用BFS软链取代CNS


* 修复
1. 修复BFS `cd``pwd`命令的bug

* 兼容性说明
- 沿用2.0+版本的大部分功能, 不兼容 FISCO BCOS 2.0+ 版本。FISCO BCOS 2.0+ 版本请使用对应版本的Console
- 不兼容[3.0.0-rc1](https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v3.0.0-rc1)版本的FISCO BCOS区块链
- 支持[3.0.0-rc3](https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v3.0.0-rc3)版本和[3.0.0-rc2](https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v3.0.0-rc2)版本的FISCO BCOS区块链

### v3.0.0-rc2
(2022-02-23)

Expand Down
111 changes: 0 additions & 111 deletions build-hsm.gradle

This file was deleted.

7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ List logger = [
dependencies {
compile logger
//compile 'org.fisco-bcos:solcJ:0.4.25.1'
// compile 'org.fisco-bcos:solcJ:0.5.2.3-SNAPSHTOT'

// compile 'org.fisco-bcos:solcJ:0.6.10.2-SNAPSHOT'
//compile 'org.fisco-bcos:solcJ:0.6.10.1'
//compile 'org.fisco-bcos:solcJ:0.5.2.1'
compile 'org.fisco-bcos:solcJ:0.8.11.0'

compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0-rc3-SNAPSHOT')
compile ('org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.0.0-rc3')
compile ('org.fisco-bcos:evm-static-analysis:1.0.0-rc1')
compile ('io.netty:netty-common:4.1.70.Final')
compile ('commons-cli:commons-cli:1.3.1')
Expand Down

0 comments on commit 3301cc1

Please sign in to comment.