File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed
Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -201,4 +201,5 @@ resources/conf/
201201resources /fisco.properties
202202resources /weidentity.properties
203203resources /log4j2.xml
204- run.config
204+ run.config
205+ logs /
Original file line number Diff line number Diff line change 1+ ### V1.3.1 (2022-10-14)
2+ * 优化功能:
3+ 1 . 前端获取weid列表的方式改变
4+ 2 . 集成weid-java-sdk 1.8.6
5+
16### V1.3.0 (2022-08-16)
27
38* 新增功能:
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ WeIdentity JAVA SDK安装部署工具
1111
1212| weid-build-tools 版本 | weid-java-sdk 版本 | weid-contract-java 版本 | 备注 |
1313| :---- | :---- | :---- | :---- |
14+ | v1.3.1 | v1.8.6 | v1.3.1 | 替换合约,改变获取所有weid的方式 |
1415| v1.3.0 | v1.8.5 | v1.3.0 | 替换web3sdk、支持国密和FISCO BCOS 3.0 |
1516| v1.0.28 | v1.8.3 | v1.2.30 | 升级log4j |
1617| v1.0.27 | v1.8.2 | v1.2.30 | - |
Original file line number Diff line number Diff line change 1- 1.3.1-rc1-SNAPSHOT
1+ 1.3.1-rc1
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =' -Dfile.encoding=UTF-8'
2- weidSdkVersion =1.8.6-rc.2-SNAPSHOT
3- repoType =cn
2+ weidSdkVersion =1.8.6-rc1
3+ repoType =zn
44jdkTlsNamedGroups =secp256r1,secp256k1
5- signing.keyId =62A32F80
6- signing.password =***REMOVED***
7- signing.secretKeyRingFile =./secring.gpg
8- sonatypeUsername =tonychen
9- sonatypePassword =***REMOVED***
5+ signing.keyId =
6+ signing.password =
7+ signing.secretKeyRingFile =
8+ sonatypeUsername =
9+ sonatypePassword =
You can’t perform that action at this time.
0 commit comments