vac weekly update

Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
ksr 2023-09-12 18:38:20 +02:00
parent 6cb007d166
commit 3763ff2b0d
1 changed files with 35 additions and 5 deletions

View File

@ -8,8 +8,20 @@ draft: false
---
### vac:p2p:
- `nim-libp2p:vac:maintenance`:
- [IWANT splitting](https://github.com/status-im/nim-libp2p/pull/944) now ready for review
- `nimlibp2p:vac:gossipsub-ddos-mitigation`
- [Traffic scoring](https://github.com/status-im/nim-libp2p/pull/920) now ready for review
- Pursuing [upstream discussions](https://github.com/libp2p/specs/issues/570) about gossipsub Peer Exchange
- `nim-chronos:vac:maintenance`:
- Continued https://github.com/status-im/nim-chronos/pull/418
### vac:tke:
- `vac:tke::status:SNT-staking`
- Write first draft of staking governance proposal
- standby to hear SC team questions
- `vac:tke::nomos:economic-analysis`
- Analysis of rewards for delegation vs validation
### vac:dst:
- `wakurtosis:vac:rlog`
@ -30,9 +42,16 @@ draft: false
- `software-testing:waku:test-automation-nwaku`
- Get acquainted with codebase, tests, rfcs, and nim.
- start implementing first set of tests (`Filter/SUBSCRIBER_PING`).
- `vac:dst:analysis:nomos:nomos-simulation-analysis`
- Done first set of runs for different probabilities; a run takes 2+ days
- The tree simulation now scales to 30k nodes!
- Branch runs are now fully automated
- `vac:dst:wakurtosis:waku:topology-analysis`
- tried json RPC under shadow (worked as expected); the RPC appears a bit faster compared to wakurtosis
- Waku network collection PR done : https://github.com/vacp2p/wakurtosis/pull/143
### 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
- 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
@ -42,7 +61,6 @@ draft: false
- 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
- uups proxy for waku-rln-registry - https://github.com/waku-org/waku-rln-contract/pull/9
- 𝕏 milestone finished
* `zerokit:vac:zerokit-v0.4`
- 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
@ -61,10 +79,23 @@ draft: false
- Added slither support: PR: https://github.com/vacp2p/foundry-template/pull/4
- added a new resource to the Smart Contract notion section about gas optimizations
### vac:zkvm:
* `proofsystems:vac:research-existing-proof-systems`
- Addressed some questions regarding Nescience.
- Worked on compressing informations in Nescience for a future publication.
- Continued research on Jolt
- Continued writing a paper on Lasso (https://www.notion.so/zkVM-cd358fe429b14fa2ab38ca42835a8451?pvs=4#025f586e7e4c46818a0e0a1ab9a79c20)
- Attended webinars for Open Talk: Zero Knowledge [(recorded talks)](https://www.youtube.com/watch?v=cgw18zbTUHA)
- Update [Halo2 notes](https://file.notion.so/f/f/1518abd9-c08f-4989-93c1-96525e62bce5/ae9b5bf8-f5ff-4436-bc7b-e3f7eccf030c/Notes___Halo2.pdf?id=406e5fef-e565-4625-bbc4-e5242354f5f7&table=block&spaceId=1518abd9-c08f-4989-93c1-96525e62bce5&expirationTimestamp=1694563200000&signature=7AD-ydeIweC9m2w6yxgKHFatWVI_2mvuSupIDaCPH64&downloadName=Notes+-+Halo2+%28WIP%29.pdf)
* `proofsystems:vac:benchmarks`
- Published a complete section on Github regarding Benchmarks (https://github.com/vacp2p/zk-explorations/blob/main/benchmarks.md).
- work on [Halo2 benchmark implementation](https://github.com/vacp2p/zk-explorations/tree/origin/halo2-bench)
- Nova Circom: done, Nova-Scotia: there is a part left
### vac:dr:
- `valpriv:vac:tor-push-poc`
- 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)
- Completed the tor based gossipsub instance broadcas; 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)
- `valpriv:vac:tor-push-paper`
- changes to introduction, solution section, removed not in scope papers
- `gsub-scaling:vac:gossipsub-simulation`
@ -82,4 +113,3 @@ draft: false
- started porting parts of `6/PAYLOAD`
- Ported 16/keycard-usage to 63/status-keycard-usage - https://github.com/vacp2p/rfc/pull/615