vac weekly update: add more acz tasks

Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
ksr 2023-09-24 12:17:02 +02:00
parent a1c916620d
commit 84b4faef21

View File

@ -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`