mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
docs: update zkid roadmap with latest completed tasks
This commit is contained in:
@@ -6,19 +6,12 @@ export const ZKID: ProjectData = {
|
||||
category: "private-proving",
|
||||
status: "Research & development",
|
||||
statusVariant: "rd",
|
||||
completion: 25,
|
||||
completion: 40,
|
||||
description:
|
||||
"Privacy-preserving identity proofs. OpenAC wallet unit aligned with EUDI. ZK-friendly primitives.",
|
||||
href: "/mastermap/zkid",
|
||||
tags: ["Identity", "EUDI", "OpenAC", "Standards"],
|
||||
now: [
|
||||
{
|
||||
name: "Revocation Reports",
|
||||
description:
|
||||
"Publish Merkle Tree-Based report on PSE blog. Support the completion of the DIF Revocation report.",
|
||||
status: "In Progress",
|
||||
statusDot: "green",
|
||||
},
|
||||
{
|
||||
name: "Generalized Predicates",
|
||||
description:
|
||||
@@ -33,13 +26,6 @@ export const ZKID: ProjectData = {
|
||||
status: "In Progress",
|
||||
statusDot: "green",
|
||||
},
|
||||
{
|
||||
name: "On-chain Verification",
|
||||
description:
|
||||
"Support EVM compatible on-chain verification of OpenAC proofs.",
|
||||
status: "In Progress",
|
||||
statusDot: "green",
|
||||
},
|
||||
{
|
||||
name: "EU Commission Engagement",
|
||||
description:
|
||||
@@ -61,6 +47,20 @@ export const ZKID: ProjectData = {
|
||||
status: "Completed",
|
||||
statusDot: "green",
|
||||
},
|
||||
{
|
||||
name: "Revocation Reports",
|
||||
description:
|
||||
"Publish Merkle Tree-Based report on PSE blog. Support the completion of the DIF Revocation report.",
|
||||
status: "Completed",
|
||||
statusDot: "green",
|
||||
},
|
||||
{
|
||||
name: "On-chain Verification",
|
||||
description:
|
||||
"Support EVM compatible on-chain verification of OpenAC proofs.",
|
||||
status: "Completed",
|
||||
statusDot: "green",
|
||||
},
|
||||
],
|
||||
next: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user