From ddc667085526eea243912dfde8ed14bd792cff1f Mon Sep 17 00:00:00 2001 From: tvanepps Date: Fri, 23 Sep 2022 09:57:21 -0400 Subject: [PATCH] add links, formatting --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ef1d8b6..fd6beae 100644 --- a/README.md +++ b/README.md @@ -13,29 +13,34 @@ The ceremony is designed to have the following characteristics: The best place to follow along is the KZG Ceremony channel in the [Ethereum R&D Discord](https://discord.gg/bZrptf6Est) or the bridged [telegram channel](https://t.me/+OvdstAcYZ09mMWMx). -## Useful Links +## Context +- [How do trusted setups work?](https://vitalik.ca/general/2022/03/14/trustedsetup.html) - [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) - [Proto-Danksharding FAQ](https://notes.ethereum.org/@vbuterin/proto_danksharding_faq) - [KZG polynomial commitments](https://dankradfeist.de/ethereum/2020/06/16/kate-polynomial-commitments.html) + +## KZG Ceremony - [KZG Ceremony Timeline](https://notes.ethereum.org/@CarlBeek/kzg_ceremony_timelines) (subject to change) - [Spec Repo](https://github.com/ethereum/kzg-ceremony-specs) -- [Trusted Setup Rationale](https://hackmd.io/@6iQDuIePQjyYBqDChYw_jg/SJ-08AoT5) - -## Implementations - [Primary implementation](https://github.com/crate-crypto/small-powers-of-tau) (Rust) -- [Towers of Pau](https://dknopik.de/) +- [SECBIT Spec + Implementation Audit](https://github.com/ethereum/kzg-ceremony/blob/main/KZG10-Ceremony-audit-report.pdf) -## Latest work on other Ceremony Infra +## Other Documentation +- [Trusted Setup Rationale](https://hackmd.io/@6iQDuIePQjyYBqDChYw_jg/SJ-08AoT5) +- [Towers of Pau](https://dknopik.de/) - [Contributor Identification](https://pse-team.notion.site/Contributor-Identification-bd2824138a5f446785fdd70c60684176) - [Queue Strategy](https://pse-team.notion.site/Queue-Strategy-c75120ae0c584e6f8db7738c9aaf963a) - [Draft Participant API](https://www.notion.so/pse-team/Participant-API-a9d82f45a7574da28e4e47bc2ffae1e1) ## Public Calls -- #1 [Agenda/Recording](https://github.com/ethereum/pm/issues/546) - June 9 2022 -- #2 [Agenda/Recording](https://github.com/ethereum/pm/issues/558) - June 23 2022 -- #3 [Agenda/Recording](https://github.com/ethereum/pm/issues/560) - July 7 2022 -- #4 [Agenda/Recording](https://github.com/ethereum/pm/issues/569) - July 21 2022 -- #5 [Agenda/Recording](https://github.com/ethereum/pm/issues/587) - Aug 4 2022 -- #6 [Agenda/Recording](https://github.com/ethereum/pm/issues/593) - Aug 18 2022 -- #7 [Agenda/Recording](https://github.com/ethereum/pm/issues/613) - Sept 1 2022 -- #8 [Agenda/Recording](https://github.com/ethereum/pm/issues/623) - Sept 15 2022 + +| Call # | Link | Date | +| ---: | ---: | ---: | +| 1 | [Agenda/Recording](https://github.com/ethereum/pm/issues/546) | June 9 2022 | +| 2 | [Agenda/Recording](https://github.com/ethereum/pm/issues/558) | June 23 2022| +| 3 | [Agenda/Recording](https://github.com/ethereum/pm/issues/560) | July 7 2022| +| 4 | [Agenda/Recording](https://github.com/ethereum/pm/issues/569) | July 21 2022| +| 5 | [Agenda/Recording](https://github.com/ethereum/pm/issues/587) | Aug 4 2022| +| 6 | [Agenda/Recording](https://github.com/ethereum/pm/issues/593) | Aug 18 2022| +| 7 | [Agenda/Recording](https://github.com/ethereum/pm/issues/613) | Sept 1 2022| +| 8 | [Agenda/Recording](https://github.com/ethereum/pm/issues/623) | Sept 15 2022|