vac weekly update cont'

Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
ksr 2023-09-11 17:46:25 +02:00
parent da4ea5439d
commit 4f72a33d0e
1 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@ draft: false
- start implementing first set of tests (`Filter/SUBSCRIBER_PING`). - start implementing first set of tests (`Filter/SUBSCRIBER_PING`).
### vac:acz: ### vac:acz:
* `rlnp2p:waku:rln-relay-enhancments` * `rlnp2p:waku:rln-relay-enhancments`
- if only one key exists in the keystore, use it - https://github.com/waku-org/nwaku/pull/1984 - if only one key exists in the keystore, use it - https://github.com/waku-org/nwaku/pull/1984
- fix log levels for some logs - https://github.com/waku-org/nwaku/pull/1986 - fix log levels for some logs - https://github.com/waku-org/nwaku/pull/1986
- updated documentation for rln-relay - https://github.com/waku-org/nwaku/pull/1993 - updated documentation for rln-relay - https://github.com/waku-org/nwaku/pull/1993
@ -42,6 +42,7 @@ draft: false
- remove `rln` from waku's experimental features - https://github.com/waku-org/nwaku/pull/2001 - remove `rln` from waku's experimental features - https://github.com/waku-org/nwaku/pull/2001
- fix metric calculation for registered members - https://github.com/waku-org/nwaku/pull/2018 - fix metric calculation for registered members - https://github.com/waku-org/nwaku/pull/2018
- uups proxy for waku-rln-registry - https://github.com/waku-org/waku-rln-contract/pull/9 - uups proxy for waku-rln-registry - https://github.com/waku-org/waku-rln-contract/pull/9
- 𝕏 milestone finished
* `zerokit:vac:zerokit-v0.4` * `zerokit:vac:zerokit-v0.4`
- fetched artifacts from trusted setup completion, generated verfication keys and circuit's wasm files - fetched artifacts from trusted setup completion, generated verfication keys and circuit's wasm files
- for some reason, the proof verification always results in `false`, needs further investigation. working branch - https://github.com/vacp2p/zerokit/pull/211 - for some reason, the proof verification always results in `false`, needs further investigation. working branch - https://github.com/vacp2p/zerokit/pull/211
@ -62,8 +63,8 @@ draft: false
### vac:dr: ### vac:dr:
- `valpriv:vac:tor-push-poc` - `valpriv:vac:tor-push-poc`
- Completed the tor based gossipsub instance broadcas; the first working POC. Overcame, triaged several issues https://github.com/vacp2p/nimbus-eth2-experimental/issues/1 - Completed the tor based gossipsub instance broadcast; the first working POC. Overcame, triaged several issues https://github.com/vacp2p/nimbus-eth2-experimental/issues/1
- [first running tor-push nimbus validator](https://goerli.beaconcha.in/validator/86f53cc0e56ae0c6fbe3113a290a52a76cf056339d91f9e166ddbf15a35373d3c455cc387c8ab70db7b3d024113e394d) - 𝕏 [first running tor-push nimbus validator](https://goerli.beaconcha.in/validator/86f53cc0e56ae0c6fbe3113a290a52a76cf056339d91f9e166ddbf15a35373d3c455cc387c8ab70db7b3d024113e394d)
- `valpriv:vac:tor-push-paper` - `valpriv:vac:tor-push-paper`
- changes to introduction, solution section, removed not in scope papers - changes to introduction, solution section, removed not in scope papers
- `gsub-scaling:vac:gossipsub-simulation` - `gsub-scaling:vac:gossipsub-simulation`