Skip to content

Commit

Permalink
Merge pull request #222 from WeBankFinTech/master
Browse files Browse the repository at this point in the history
Merge 1.6.3 back to develop
  • Loading branch information
chaoxinhu committed Jun 2, 2020
2 parents e462b78 + b5b099a commit 1e10b75
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### V1.6.3 (2020-06-01)
- Features:
1. Multi-group deployment support to separate Evidence and other smart contracts.
2. Users can choose Evidence processing mode (instant or batch-type).
3. Configurations in DB and properties can now be updated automatically.
4. Signature creation is now unified to use Ethereum type with Base64 encoding (v = 0/1).

- Bugfixes:
1. All WeID delegate calls now requires admin/committee privilege from private key.
2. BarCode and QR Code types are merged.
3. AMOP Listening now requires to specify topic.
4. LiteCredential's Hash and Signature's raw message now correctly includes issuanceDate.
5. Migrate to GitHub Actions for CI and pipeline.

### V1.6.2 (2020-05-07)
- Features:
1. CryptoService, built-in support for ECIES and RSA encryption and decryption.
Expand Down
2 changes: 1 addition & 1 deletion README-en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ WeIdentity is running on top of FISCO-BCOS with JAVA SDK provided for developers
</ul>
</td>
<td>
<a href="https://travis-ci.org/WeBankFinTech/WeIdentity"><img src="https://travis-ci.org/WeBankFinTech/WeIdentity.svg?branch=master" /></a>
<a href="https://github.com/WeBankFinTech/WeIdentity"><img src="https://github.com/WeBankFinTech/WeIdentity/workflows/CI/badge.svg?branch=master" /></a>
<a href="https://github.com/WeBankFinTech/WeIdentity/releases/latest"><img src="https://img.shields.io/github/release/WeBankFinTech/WeIdentity.svg" /></a>
<a href="https://search.maven.org/search?q=g:%22com.webank%22%20AND%20a:%22weid-java-sdk%22"><img src="https://img.shields.io/maven-central/v/com.webank/weid-java-sdk.svg?label=Maven%20Central" /></a>
<a href="https://www.codacy.com/manual/chaoxinhu/WeIdentity?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=WeBankFinTech/WeIdentity&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/37d3bc478ede4839ba16ccac469ad3f2" /></a>
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ WeIdentity目前支持基于FISCO-BCOS的区块链,并提供Java SDK及RestSer
</ul>
</td>
<td>
<a href="https://travis-ci.org/WeBankFinTech/WeIdentity"><img src="https://travis-ci.org/WeBankFinTech/WeIdentity.svg?branch=master" /></a>
<a href="https://github.com/WeBankFinTech/WeIdentity"><img src="https://github.com/WeBankFinTech/WeIdentity/workflows/CI/badge.svg?branch=master" /></a>
<a href="https://github.com/WeBankFinTech/WeIdentity/releases/latest"><img src="https://img.shields.io/github/release/WeBankFinTech/WeIdentity.svg" /></a>
<a href="https://search.maven.org/search?q=g:%22com.webank%22%20AND%20a:%22weid-java-sdk%22"><img src="https://img.shields.io/maven-central/v/com.webank/weid-java-sdk.svg?label=Maven%20Central" /></a>
<a href="https://www.codacy.com/manual/chaoxinhu/WeIdentity?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=WeBankFinTech/WeIdentity&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/37d3bc478ede4839ba16ccac469ad3f2" /></a>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3
10 changes: 10 additions & 0 deletions docs/zh_CN/docs/weidentity-java-sdk-doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17238,3 +17238,13 @@ CryptoService
// AES解密
String decrypt = CryptoServiceFactory.getCryptoService(CryptoType.ECIES).decrypt(encrypt, key);
----

异常场景对接口的影响
---------------------

- mysql连接异常受影响接口:Persistence相关和serialize密文。

- 节点连接异常受影响接口:createWeId,createEvidence,registerAuthorityIssuer,RegisterIssuerType,RegisterCpt,VerifyCredentialWithSpecifiedPubKey,GetWeIdDocument,verifyLiteCredential。

- 节点连接正常,但不满足3f+1受影响接口:createWeId,createEvidence,registerAuthorityIssuer,RegisterIssuerType,RegisterCpt。

0 comments on commit 1e10b75

Please sign in to comment.