docs: update zkid roadmap with latest completed tasks

This commit is contained in:
Vivian Plasencia
2026-03-03 01:27:36 +01:00
parent 71ab7c5223
commit 684ff93e39

View File

@@ -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: [
{