Skip to content

Commit

Permalink
Merge pull request #175 from 0xPolygonID/develop
Browse files Browse the repository at this point in the history
Release Notes for r7
  • Loading branch information
0xpulkit authored Jul 10, 2024
2 parents 0c41cc1 + 3685751 commit 24b88a4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions docs/release-notes/r7.md
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



2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords:
---

## Polygon ID latest releases

- Release 7 (July 2024): [Technical Release Notes](/docs/release-notes/r7) | [Blog Post](https://www.privado.id/blog/privado-id-launches-identity-verification-for-apps-in-app-zero-install-human-verification-50-faster)
- Release 6 (February 2024): [Technical Release Notes](/docs/release-notes/r6) | [Blog Post](https://polygon.technology/blog/polygon-id-release-6-introducing-the-first-ever-implementation-of-dynamic-credentials)
- Release 5 (November 2023): [Technical Release Notes](/docs/release-notes/r5) | [Blog Post](https://polygon.technology/blog/polygon-id-release-5-boosting-credential-liquidity)
- Release 4 (July 2023): [https://polygon.technology/blog/polygon-id-release-4-new-tools-seamless-integration](https://polygon.technology/blog/polygon-id-release-4-new-tools-seamless-integration)
Expand Down

0 comments on commit 24b88a4

Please sign in to comment.