- Testing made it clear that the WebRtcMuxer wasn't finished
- Fix an oversight regarding datachannel incoming streams
- Get the streamId from SCTP to WebRtcTransport (missing a SCTP flag)
- Fix a bug with binary-serialization (missing a compilation flag)
- Fix a possible infinite loop that could occur while closing a stream
- Fix WebRtcMuxer.new() (missing the connection field)
-`nimlibp2p:vac:gossipsub-stagger-send`
- More improvements, now merged - https://github.com/status-im/nim-libp2p/pull/1015 (feat: message prioritization with immediate peer-published dispatch and queuing for other msgs)
- Making it ready to be merged - https://github.com/status-im/nim-libp2p/pull/1017 (feat: drop msgs to be relayed waiting for too long in the queue)
- serde tests for rln-v2 in nwaku: https://github.com/waku-org/nwaku/pull/2421
- solved previously known issue of waku-rln-relay continuing to run when the tree is in a bad state. now, whenever the node detects something wrong with the eth rpc endpoint, it disconnects and crashes: https://github.com/waku-org/nwaku/pull/2429
-`rlnp2p:waku:rln-relay-enhancements`
- improved node setup with TWN config is set: https://github.com/waku-org/nwaku/pull/2423
- deprecate wss/ws support from nwaku for eth rpc endpoint: https://github.com/waku-org/nwaku/pull/2442 & follow up: https://github.com/waku-org/nwaku/pull/2444
- updated `waku.test` fleet config with http url instead of ws: https://github.com/status-im/infra-waku/pull/11
-`rlnp2p:waku:rln-doc-and-outreach`
- updated docs for rln-relay in nwaku-compose: https://github.com/waku-org/nwaku-compose/pull/52
-`secure-channels:waku:ethereum-chat`
- Completed a first draft of the following sections of the paper: Introduction; Related work; MLS and SIWE.
- Finished the doc about comparion of the security mechanisms of Tor Messenger, Briar and update the existing doc in [notion.](https://www.notion.so/Comparison-between-secure-channel-protocols-3226a0f71c3f42748756d6bec3f33575)
- Study about the stealth addresses for anonymous secure chat.
-`zerokit:vac:maintenance`
- started working on a serde implementation of issue https://github.com/vacp2p/zerokit/issues/21
### vac:sc::
-`status:community-contracts-maintemance`
- fix certora specs in github PRs (upgrade certoraRun)
- add rule for setMaxSupply
- clean up spec
- import config from r4bbit's PR
-`status:community-contracts-token-import`
- started working on (Allow for community vaults to keep track of deposited tokens) https://github.com/status-im/communities-contracts/issues/31
-`status:staking-contracts-v1`
- Multiplier points estimation issue
- https://github.com/logos-co/staking/issues/48
- Refactor MP logic and fix bugs https://github.com/logos-co/staking/issues/51
- https://github.com/logos-co/staking/pull/52
- Updated existing tasks based on latest discussions
- Added new tasks to plan milestone
-`status:community-contracts-multitoken`
- Created new milestone and tasks for upcoming effort to implement a new token contract for the desktop team
- Worked on Waku specs, should be ready for first merge - https://github.com/waku-org/specs/pull/1
- Started updating COSS, not ready for feedback - https://github.com/vacp2p/rfc-index/tree/1-COSS
- Worked on Vac RFC Index, updated some files and updated readme - https://github.com/vacp2p/rfc-index/pull/2
-`waku:core-rfc-updates`
- Worked on updating 10/Waku2 based on feedback - https://github.com/vacp2p/rfc/pull/661
### vac:dr:
-`valpriv:vac:val-priv-net`
- added new design ideas (https://docs.google.com/document/d/15X4vJTK_Hr3g3K01XF77R3KCqLI8LIm3/edit?usp=sharing&ouid=109850114495777070500&rtpof=true&sd=true)
-`valpriv:vac:tor-push-poc`
- merging torpush changes in the latest nimbus-eth2 stable release
-`valpriv:vac:tor-push-paper`
- revised last comments about structure
-`gsub-scaling:vac:gossipsub-simulation`
- Created a PR to minimize the relay peers set based on idontwant/receieved messages. https://github.com/status-im/nim-libp2p/pull/1027
- showing small bandwidth and latency improvement with the increasing message sizes (still to test on very large messages)
-`zk:codex:storage-proofs-open-problems-review`
- Provide feedback on [Range Proof example](https://github.com/codex-storage/zk-research-artifacts/blob/master/notes/range-check/range_check.pdf)
### vac:nes:
-`state-separation:vac:state-separation-doc`
- Researched the Privacy Directed Acyclic Graph (PDAG) framework for privacy guarantees (Moudy)
- Made progress on the integration of Cryptographic primitives in SE and DE (Ugur + Moudy)
- Made progress on adress hiding and signature verification focusing on RingCT (Marvin)
- Finished the report about SE and DE kernel circuits in [notion.](https://www.notion.so/Nescience-cd358fe429b14fa2ab38ca42835a8451?pvs=4#140df768f8964eb5ac9fc1b09617cf5b) (Ugur)
- Studied about a problem about nullifying randomization of notes (Ugur)