- Improve unit test coverage for [peer exchange](https://github.com/waku-org/go-waku/pull/1046)(@Roman)
-`waku:test-automation-nwaku`
-`KEYSTORE_PASSWORD` env variable is not effective - [resolved](https://github.com/waku-org/nwaku/issues/2374)(@Roman)
- Trying to reproduce, fix and add new test case for [metadata protocol disconnecting light clients issue](https://github.com/waku-org/nwaku/issues/2491)(@Alex)
- Solved some issues related to metadata connection between two nodes.(@Alex)
### vac:acz:
-`rlnp2p:waku:rln-relay-enhancments`
- Optimized the Nullifier Table usage to O(1) reads to detect double signaling: https://github.com/waku-org/nwaku/pull/2508
- Fixed execution error when trying to fetch metadata from a freshly created tree (nwaku side): https://github.com/waku-org/nwaku/pull/2516
-`rlnp2p:waku:rln-relay-v2`
- Wrap up tests for rln-relay-v2: https://github.com/waku-org/nwaku/pull/2501 (pending review)
-`zerokit:vac:maintenance`
- Fix execution error when trying to fetch metadata from a freshly created tree (zerokit side): https://github.com/vacp2p/zerokit/pull/231 (rln-v1) & https://github.com/vacp2p/zerokit/pull/232 (rln-v2)
-`secure-channels:waku:ethereum-chat`
- Explore a proposal on decentralized CGKA by Weidner et al. as a replacement for the MLS protocol.
-`secure-channels:waku:ethereum-chat`
- Check the literature for related the papers [CoCoA](https://eprint.iacr.org/2022/251.pdf), [2](https://eprint.iacr.org/2023/1123.pdf), [3](https://eprint.iacr.org/2023/386.pdf), and [DCGKA](https://eprint.iacr.org/2020/1281.pdf)
- Quickly check the literature to see if there are any improvements in MLS and its problems.
- Started to focus on [DCGKA](https://eprint.iacr.org/2020/1281.pdf) by reading [Ramses' note](https://www.notion.so/Weidner-et-al-DCGKA-5a0b67a3ce674ae3a5220b560015cd2c?pvs=4)
-`zerokit:vac:maintenance`
- researched Rust for Android for issue #47
-`admin/misc`
- Fixed compilation without the postgres feature in nwaku: https://github.com/waku-org/nwaku/pull/2500
- added markdown-lint workflow to rfc-index- https://github.com/vacp2p/rfc-index/pull/24
- finished moving final open waku specs from vac/rfc - https://github.com/vacp2p/rfc/pulls
-`misc`
- worked on pr for 64/WAKU2-NETWORK - https://github.com/vacp2p/rfc-index/pull/5
### vac:dr:
-`valpriv:vac:val-priv-net`
- Moved the content to notion https://www.notion.so/privacy-preserving-validator-network-e92ab3e563074a538bb0e13e5c9321e6
-`valpriv:vac:tor-push-poc`
- Running holesky validators, getting over sync/deposit issue
-`valpriv:vac:tor-push-paper`
- Improved the draft https://www.overleaf.com/project/6499e467346d9f56b2971caa
-`gsub-scaling:vac:gossipsub-simulation`
- Completed topology generation scripts for shadow simulator. [PR4](https://github.com/vacp2p/dst-gossipsub-test-node/pull/4) now supports running simulations with variable latency, bandwidth, packet loss ratio, and also allows adjusting network/message size, fragmentation and publisher settings
- Created a [notion page](https://www.notion.so/Message-Prioritization-Forwarding-in-Other-Libp2p-Implementations-15a23ab9c0034734865d369266228dca) on message forwarding/queuing in other libp2p implementations (go-libp2p):
- Created a [vac forum post](https://forum.vac.dev/t/large-message-handling-idontwant-imreceiving/281) on large message handling
-`admin/misc`
- Reviewed Waku-RLN paper
### vac:nes:
-`state-separation:vac:state-separation-doc`
- Researched accumulators and how to combine them to Homomorphic encryption + prepared a document about it (Moudy)
- Researched how to make salt approach dynamic and will prepare a document about it (Moudy)
- Began reading portions of [Nexus VM](https://www.nexus.xyz/whitepaper.pdf) and [GKR-based VM](https://eprint.iacr.org/2024/387) (Marvin)
- Read various papers concerning reward mechanisms for miners/observers. [1](https://www.econstor.eu/bitstream/10419/197887/1/1027810829.pdf), [2](https://www.nber.org/system/files/working_papers/w25407/w25407.pdf), [3](https://wiki.polkadot.network/docs/learn-staking), [4](https://arxiv.org/pdf/2312.14038.pdf), [5](https://electriccoin.co/blog/proof-of-stake.-research-overview-1/) (Marvin)
- Almost completed report about SE/DE in PDAGs (Ugur)
- Read accumulators about Zerocoin nullifier mechanism in this [paper](https://zerocoin.org/media/pdf/ZerocoinOakland.pdf) (Ugur)