-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from 0xPolygonID/develop
Release Notes for r7
- Loading branch information
Showing
2 changed files
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
id: r7 | ||
title: Release 7 | ||
sidebar_label: Release 7 | ||
description: Release 7 features. | ||
keywords: | ||
- docs | ||
- polygon id | ||
- holder | ||
- issuer | ||
- verifier | ||
- web wallet | ||
- wallet sdk | ||
- release 7 | ||
--- | ||
|
||
|
||
## Web Wallet | ||
Web tool developed to streamline the verification process of credentials. | ||
- Docs: https://docs.privado.id/docs/web-wallet | ||
|
||
## Universal Verifier | ||
Universal Verifier is deployed as a standalone contract and acts as a central register of on chain proof verifications. | ||
- Docs: https://docs.privado.id/docs/verifier/on-chain-verification/overview#universal-zkp-verifier | ||
- Contract Addresses: https://docs.privado.id/docs/smart-contracts#universalverifier-contract | ||
|
||
## Mobile | ||
|
||
1. Custom networks support | ||
2. Linked proofs and multi query | ||
3. Fetch on-chain credentials | ||
4. Embedded issuers | ||
5. Circuits V3 (LTE, GTE, BETWEEN, NONBETWEEN, EXISTS) | ||
|
||
|
||
## Mobile Flutter SDK (v2.3.1) | ||
Github tag: https://github.com/0xPolygonID/polygonid-flutter-sdk/releases/tag/v2.3.1 | ||
|
||
## Issuer Node (v2.5.1-dev + v2.5.2) | ||
Github tags: | ||
https://github.com/0xPolygonID/issuer-node/releases/tag/v2.5.1-dev | ||
https://github.com/0xPolygonID/issuer-node/releases/tag/v2.5.2 | ||
|
||
1. Support Iden3commRevocationStatusV1 for revocation status. | ||
2. Support disable flag for mediatype validator | ||
3. Remove auto publish flag | ||
4. Fix revocation status direct URL when issuer DID is generated running using ‘make generate-issuer-did’ | ||
5. Update with Reverse OnChain Contract | ||
6. Added a possible missing return statement for handling errors in authClaim.GetCredentialStatus() | ||
7. Support verification via iden3comm message media type. | ||
|
||
## Query Builder | ||
- Circuits V3 (LTE, GTE, BETWEEN, NONBETWEEN, EXISTS) | ||
- Contextual proof of uniqueness : https://docs.privado.id/docs/verifier/query-builder#proof-of-uniqueness | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters