Skip to content

Commit aba32d8

Browse files
authored
feat(website): add trusted setup ceremony to website (#1015)
* feat(website): add trusted setup ceremony announcement to banner and events re #1014 * docs(docs): update trusted setup ceremomy year in events * docs(website): add exclamation mark to the banner
1 parent 520a026 commit aba32d8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

apps/website/src/app/layout.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,20 @@ export default function RootLayout({ children }: { children: React.ReactNode })
3232
<body suppressHydrationWarning>
3333
<Providers>
3434
<Banner>
35+
Semaphore V4
3536
<Link
3637
_hover={{
3738
textDecoration: "underline",
3839
textDecorationColor: "primary.600"
3940
}}
40-
href="https://github.com/semaphore-protocol/semaphore/releases/tag/v4.0.0"
41+
href="https://ceremony.pse.dev/projects/Semaphore%20Binary%20Merkle%20Root%20Fix"
4142
ml="1"
4243
isExternal
44+
color="primary.500"
4345
>
44-
<b>Semaphore V4</b>
46+
<b>Trusted Setup Ceremony</b>
4547
</Link>{" "}
46-
has been released 🚀
48+
is open for contributions until <b>August 6</b>!
4749
</Banner>
4850
<Navbar />
4951
<Container maxW="1440px" px={{ base: "5", md: "10" }}>

apps/website/src/data/events.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"description": "Semaphore team will deliver an in-person talk.",
1212
"link": "https://zuberlin.city/"
1313
},
14+
{
15+
"name": "Trusted Setup Ceremony",
16+
"date": "Jul 23 - Aug 6, 2025",
17+
"description": "The Semaphore team will perform the Phase 2 MPC Trusted Setup Ceremony to secure V4 circuit variants from 1 to 32 tree depths, following a bug fix in the BinaryMerkleRoot circuit in ZK-Kit.",
18+
"link": "https://docs.semaphore.pse.dev/trusted-setup"
19+
},
1420
{
1521
"name": "Devconnect",
1622
"date": "Nov 17-22, 2025",

0 commit comments

Comments
 (0)