[PR 51 - in progress](https://github.com/waku-org/waku-interop-tests/pull/51)
-`waku:test-automation-status-go-cli`
- discussions on the community actions [PR](https://github.com/status-im/status-cli-tests/pull/5) regarding how to make the tests create less data(@Florin)
-`vac:test-automation-nim-libp2p`
- start creating test plan for YAMUX(@Florin)
-`waku:test-automation-rln`
- Run simulations(@Alex)
- Debugged a missmatch between expected sent messages vs actual received messages(@Alex)
- Root cause: Injection script (Simulation tool). Explains a lot of issues I had.
- [Issue](https://github.com/waku-org/waku-simulator/issues/82): Reported by Tanya a couple days prior without me knowing
-`admin/misc`
- OOO 1 + 1 CC Day
### vac:acz:
-`rlnp2p:waku:rlnv2-e2e`
- [test(rln-relay): aggressive polling for networks with short block times](https://github.com/waku-org/nwaku/pull/2871)
- [fix(rln_keystore_generator): improve error handling for unrecoverable failure](https://github.com/waku-org/nwaku/pull/2881)
- assistance with deploying rlnv2 fork on `waku.test` fleet
-`stealth-address-kit:vac:maintenance`
- [chore: deduplicate ffi types generated per elliptic curve by using a prelude for the ffi module](https://github.com/vacp2p/stealth-address-kit/commit/fc7e9cf51090069a4c3eee295583945e09bfb400)
- [chore: add Makefile targets to generate bindings for foreign languages (C, Nim)](https://github.com/vacp2p/stealth-address-kit/blob/fc7e9cf51090069a4c3eee295583945e09bfb400/Makefile), some other trivial Makefile changes
-`secure-channels:waku:mls-poc`
- Integrated smart contract into project [PR](https://github.com/vacp2p/de-mls/pull/14)
- Started to work with CLI interface for demo: [open PR](https://github.com/vacp2p/de-mls/pull/17)
- [feat: initial implementation of smart contract for de-mls](https://github.com/vacp2p/de-mls/pull/10)
- [chore: add anvil to de-mls for prototyping](https://github.com/vacp2p/de-mls/pull/12)
- [chore: deploy contracts with broadcast modifier](https://github.com/vacp2p/de-mls/pull/13)
- [chore: add Makefile target to run full example e2e](https://github.com/vacp2p/de-mls/pull/15)
- Looked into blogposts from probelabs: [duplicates in gossipsub](https://ethresear.ch/t/number-duplicate-messages-in-ethereums-gossipsub-network/19921) and [mesh dynamicity](https://ethresear.ch/t/gossipsub-network-dynamicity-through-grafts-and-prunes/19750)
- Followed libp2p spec meeting, and tried following [open PR related to gossipsub 1.3](https://github.com/libp2p/specs/pull/617).
-`gsub-scaling:vac:gossipsub-simulation`
- Worked on understanding testground simulator; required learning docker.
- Found a [ping test plan for nim-libp2p](https://github.com/libp2p/test-plans/pull/70).
-`vac:dr:anon:vac:gossipsub-anonymity`
- Continued work on [Anonymized GossipSub Transport Protocol (AGP)](https://www.notion.so/Anonymized-GossipSub-Transport-Protocol-AGTP-Wip-cbcbcd6067b347bb812041bce9c110ce) specification. Specifically, mixnode setup section, finished peer ID and key generation, key management, key rotation and libp2p host configuration for a dedicated mix context, and completed outline for the mixnet protocol.
- Worked on a peer discovery mechanism using Discv5.
- Examined Sphinx packet construction and a Golang implementation.
-`zk:codex:zk-consulting`
- Work on a [document](https://hackmd.io/ZJCNKmIaTQSRTW6_4wA9mw?view) that provides more details to Codex's [Dynamic Storage Proposal](https://hackmd.io/M6uwhb0eQh2bIh5_O6AX7Q?view)
- Worked on updatable rows proof, and considered repeated data issue.
- Work on the [document of Execution Types](https://notes.status.im/s/5NsmY46LB) as part of our Q2 Milestones:
- Handeled Marvin's questions and feedback about [state separation](https://notes.status.im/s/NTGXdz9NM) [Moudy]
- Work on the [document of Cryptographic Infrastructure and Nullification Strategy](https://notes.status.im/s/p9UuEzVpr) as part of our Q2 Milestones:
- Reviewed and added some specific topics [Moudy]
- Worked on the missing components and started prioritizing some of them [Moudy]
- Prepare [document](https://hackmd.io/6xI-oIyIR1KpT0XAwufvgw?view) comparing Nescience to other privacy zkVMs [Marvin] [DR]
- Reviewed and provided [feedback](https://discord.com/channels/864066763682218004/1257792986482348212) on Execution Types [document](https://notes.status.im/s/5NsmY46LB) [Marvin] [DR]
- Extracting the missing components for State-separation and add them into a [notion page](https://www.notion.so/Missing-Components-for-State-Separation-bcbcb0fe80de499c93ba30e03fd9671d) [Ugur] [ACZ]
- Discussed with Moudy and choose the two bullets from the missing components list namely, key management & addresses and Nullifiers [Ugur] [ACZ]
-`zkvm:vac:vm-foundations`
- Work on the [lits of ZkVMs](https://notes.status.im/ugF2lAAKTuG_t5PcdWwuwg):
- Went through materials on ring signatures provided by Marvin and through CCS repos [Rostyslav]
- Started going through MPC materials prepared by Marvin [Rostyslav]
- Staring going through materials on ring signatures provided by Marvin [Rostyslav]
- Provided Rostyslav some [additional information](https://discord.com/channels/864066763682218004/1243517921683177575/1258812512338575402) on MPCs [Marvin][DR]
- Reviewed SP1, Nexus, Risc0 and zkMIPS for scoring [Oleksandr]
- Reviewed the list of comparison between existing ZkVMs and Nescience and added some specific details [Moudy]
- Discussed with Rostyslav and Oleksandr about how to proceed for implementing primitives and what to focus on for scoring [Moudy]