From 84b4faef21a261ad6b0050bfd7c09aa33e1d401a Mon Sep 17 00:00:00 2001 From: ksr Date: Sun, 24 Sep 2023 12:17:02 +0200 Subject: [PATCH] vac weekly update: add more acz tasks Signed-off-by: ksr --- content/vac/updates/2023-09-18.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/vac/updates/2023-09-18.md b/content/vac/updates/2023-09-18.md index 68a7fcae6..3e7714370 100644 --- a/content/vac/updates/2023-09-18.md +++ b/content/vac/updates/2023-09-18.md @@ -51,6 +51,15 @@ draft: false - `secure-channels:waku:ethereum-chat` - Getting familiar with some of the protocols, namely: X3DH, Double Ratchet, XEdDSA and Noise. - Start defining the requirements of the secure chat protocol. +- `rlnp2p:waku:rln-relay-enhancments` + - updated submodule, fixed metric - https://github.com/waku-org/nwaku/pull/2024 +- `rlnp2p:waku:rln-doc-and-outreach` + - updated nwaku pre-requisites docs for rln - https://github.com/waku-org/docs.waku.org/pull/115 +- `zerokit:vac:maintenance` + - exposed leaves_set api to count the number of insertions into the tree - https://github.com/vacp2p/zerokit/pull/213 + - optimized the batch insert to reduce insertion times - https://github.com/vacp2p/zerokit/pull/215 +- `zerokit:vac:zerokit-v0.4` + - still continuing to investigate proof verification failures. headway made, the root that the proof has is != the tree root produced by zerokit. ### vac:sc:: - `status:SNT-optimism-bridge`