From 353522f2177c1977a9eb27bc5ad02d54ef109eb1 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Mon, 9 Dec 2024 09:52:04 +0100 Subject: [PATCH 1/3] chore: set 'p0tion' and `trusted-setups` to archive and inactive --- data/projects/p0tion.ts | 7 +++++-- data/projects/trusted-setups.ts | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/data/projects/p0tion.ts b/data/projects/p0tion.ts index 0ce5d16f..27836702 100644 --- a/data/projects/p0tion.ts +++ b/data/projects/p0tion.ts @@ -9,8 +9,8 @@ const content: ProjectContent = { export const p0tion: ProjectInterface = { id: "p0tion", - section: "pse", - projectStatus: ProjectStatus.ACTIVE, + section: "archived", + projectStatus: ProjectStatus.INACTIVE, content, image: "p0tion.png", name: "p0tion", @@ -18,6 +18,9 @@ export const p0tion: ProjectInterface = { website: "https://ceremony.pse.dev/", github: "https://github.com/privacy-scaling-explorations/p0tion", }, + extraLinks: { + learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }], + }, tags: { keywords: ["Toolkits", "Infrastructure/protocol"], themes: ["build"], diff --git a/data/projects/trusted-setups.ts b/data/projects/trusted-setups.ts index c63d1708..512173df 100644 --- a/data/projects/trusted-setups.ts +++ b/data/projects/trusted-setups.ts @@ -9,14 +9,17 @@ const content: ProjectContent = { export const trustedSetups: ProjectInterface = { id: "trusted-setups", - section: "pse", - projectStatus: ProjectStatus.ACTIVE, + section: "archived", + projectStatus: ProjectStatus.INACTIVE, content, image: "trusted-setups.svg", name: "Trusted Setups", links: { github: "https://github.com/zkparty", }, + extraLinks: { + learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }], + }, tags: { themes: ["play"], types: ["Legos/dev tools", "Lego sets/toolkits"], From 003f00762f9e111c177e5c5f674de426e39aa577 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Mon, 9 Dec 2024 09:54:31 +0100 Subject: [PATCH 2/3] chore: comment out extralinks --- data/projects/p0tion.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/projects/p0tion.ts b/data/projects/p0tion.ts index 27836702..b8f87f89 100644 --- a/data/projects/p0tion.ts +++ b/data/projects/p0tion.ts @@ -18,9 +18,9 @@ export const p0tion: ProjectInterface = { website: "https://ceremony.pse.dev/", github: "https://github.com/privacy-scaling-explorations/p0tion", }, - extraLinks: { - learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }], - }, + // extraLinks: { + // learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }], + // }, tags: { keywords: ["Toolkits", "Infrastructure/protocol"], themes: ["build"], From d86a0313a6509435dea70233547a8210b3b03dfd Mon Sep 17 00:00:00 2001 From: sripwoud Date: Mon, 9 Dec 2024 10:00:17 +0100 Subject: [PATCH 3/3] chore: set `ppot` to inactive --- data/projects/p0tion.ts | 2 +- data/projects/powers-of-tau.ts | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/data/projects/p0tion.ts b/data/projects/p0tion.ts index b8f87f89..745fcadc 100644 --- a/data/projects/p0tion.ts +++ b/data/projects/p0tion.ts @@ -19,7 +19,7 @@ export const p0tion: ProjectInterface = { github: "https://github.com/privacy-scaling-explorations/p0tion", }, // extraLinks: { - // learn: [{ label: "Trusted Setup/P0tion LTS Announcement", url: "TODO" }], + // learn: [{ label: "Trusted Setup/P0tion/PPoT LTS Announcement", url: "TODO" }], // }, tags: { keywords: ["Toolkits", "Infrastructure/protocol"], diff --git a/data/projects/powers-of-tau.ts b/data/projects/powers-of-tau.ts index 2e1b16cd..a7de84a8 100644 --- a/data/projects/powers-of-tau.ts +++ b/data/projects/powers-of-tau.ts @@ -9,10 +9,10 @@ const content: ProjectContent = { export const PerpetualPowersOfTau: ProjectInterface = { id: "perpetual-powers-of-tau", - section: "pse", + section: "archived", image: "powers-of-tau.png", name: "Perpetual Powers of Tau", - projectStatus: ProjectStatus.ACTIVE, + projectStatus: ProjectStatus.INACTIVE, content, tags: { keywords: ["scaling"], @@ -28,6 +28,10 @@ export const PerpetualPowersOfTau: ProjectInterface = { label: "Announcing the Perpetual Powers of Tau Ceremony", url: "https://medium.com/coinmonks/announcing-the-perpetual-powers-of-tau-ceremony-to-benefit-all-zk-snark-projects-c3da86af8377", }, + // { + // label: "Trusted Setup/P0tion/PPoT LTS Announcement", + // url: "TODO", + // }, ], }, }