Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<doc>(project): update 1.4.0 changelog. #34

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
### v1.3.1
## v1.4.0

(2024-03-01)

**新增**

- stub增加获取区块的接口,增加跨链获取区块的功能 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/27
- 新增获取区块时返回交易详细信息的功能 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/29
- 获取的交易增加时间戳字段 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/26

**更改**

- 更新版本依赖,修复安全问题 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/30

**修复**

- 修复Proxy合约在事务为空时获取事件异常的问题 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/28
- 修复在计算默克尔证明时出现调用多次callback的问题 https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub/pull/24

## v1.3.1

(2023-07-31)

Expand All @@ -10,7 +29,7 @@

- 修复FISCO BCOS 3.2.0之前版本节点的兼容性问题。

### v1.3.0
## v1.3.0

(2023-03-15)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ List logger = [

dependencies {
compile logger
implementation ('com.webank:wecross-java-stub:1.4.0-SNAPSHOT') {
implementation ('com.webank:wecross-java-stub:1.4.0') {
exclude group: "io.netty"
exclude group: 'org.fisco-bcos', module: 'tcnative'
}
Expand Down
Loading