We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d87eb8 commit 5969cf1Copy full SHA for 5969cf1
Changelog.md
@@ -1,3 +1,12 @@
1
+### v0.9.1
2
+(2020-06-19)
3
+
4
+**更新**
5
+- 支持带参数的合约部署
6
+- 优化交易回执处理流程
7
+- 添加客户端请求超时逻辑
8
9
10
### v0.9.0
11
12
(2019-08-16)
ci/ci_check.sh
@@ -368,7 +368,7 @@ function test_precompile()
368
{
369
test_consensus_precompile
370
test_sys_config
371
- test_permission_precompile
+ #test_permission_precompile
372
}
373
374
# test_rpc
release_note.txt
@@ -1 +1 @@
-v0.9.0
+v0.9.1
0 commit comments