Skip to content

Commit

Permalink
Merge pull request #274 from WeBankFinTech/feature/support-pdftranspo…
Browse files Browse the repository at this point in the history
…rtation

* Modify pdf transportation interface.
  • Loading branch information
chaoxinhu authored Sep 30, 2019
2 parents 42074a1 + 7023628 commit 5665f4b
Show file tree
Hide file tree
Showing 13 changed files with 1,612 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
script:
- chmod u+x .ci/script/build-ci.sh
- .ci/script/build-ci.sh
- travis_wait 30 ./gradlew check
- travis_wait 45 ./gradlew check
- ./gradlew jacocoTestReport
after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### V1.4.0 (2019-09-30)
- Features:
1. Supports PDF creation and transportation from CredentialPojo and Presentation.
2. Credential, CredentialPojo and CredentialWrapper now supports Evidence.
3. Credential supports multi-sign
4. Evidence supports multi-sign
5. Empty Evidence can be created with hash value appended separately.
6. Add an reference implementation of Endpoint Service (used w/ Rest Service).
7. Travis CI pipeline now resides on FISCO-BCOS 2.0.
8. Add an information collection command line tool.
9. Support data timeout in domain storage.

- Bugfixes:
1. Re-Selectively disclose a selectively disclosed Credential is disallowed.
2. Evidence Info fetched from getEvidence() now uses WeID instead of plain address.
3. Credential and CredentialPojo dates are now in second format.
4. Cipher suites are now unified in Secp256k1.
5. Fix miscellenous errors in sequence diagrams.

### v1.3.2 (2019-08-16)
- Features:
1. weid-java-sdk supports ci pipeline.
Expand Down
Loading

0 comments on commit 5665f4b

Please sign in to comment.