- Study on login and authentication options for MLS design in terms of decentralization, adding a conclusion to [doc](https://www.notion.so/A-Proposal-on-Decentralized-Authentication-and-Login-Mechanism-for-mls-poc-ea5337c383a341a5a796dad85284a1dd?pvs=4)
- Examine login mechanism of a self-hosted messaging app based on matrix named [element](https://app.element.io/#/welcome) see in [github](https://github.com/element-hq/element-web)
- Finished the (first version) of the [presentation](https://docs.google.com/presentation/d/1XxHiah4vQd0uEXr0glSiqHaiTShDBsJiNhAZhL7kjbM/edit?pli=1#slide=id.g157ea0519b8_0_104) for the EthCC Brussels.
-`secure-channels:waku:mls-poc`
- tried to implement poc using openmls and centralised DS -> not finished, found that using decentralised approach is better
- started to investigate how to use waku as DS
-`consulting:codex:proxy-re-encryption`
- attended kick-off call, [meeting notes](https://notes.status.im/5QweMmx4QXurti8_5kWijQ?view) with action points for next steps
-`admin/misc`
- added codex proxy re-encryption to roadmap [pr](https://github.com/logos-co/roadmap/pull/66) and merged
- Fix an issue in nimsuggest where unknown files werent being handled: https://github.com/nim-lang/Nim/pull/23696
- Backports: https://github.com/nim-lang/Nim/pull/23702 and https://github.com/nim-lang/Nim/pull/23701
- Fix: "#23695: On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin and the library in /usr/lib/nim" https://github.com/nim-lang/Nim/pull/23697
-`tooling:vac:lsp`
- Implements the `extension/status` endpoint (https://github.com/nim-lang/langserver/commit/3879966eed20f04ce4254b67c5c6496c06358b79)
It's useful for asserting in tests in a reliable way as it exposes the langserver and nimsuggest instances current status (i.e. main file, known files, etc.) It can also be useful to create a specific window in extension to quickly inspect the current status for a given project
-`tooling:vac:editor`
- Implements Show NimLangServer Status command. (https://github.com/nim-lang/vscode-nim/pull/67)
Right now is just outputing into the output window. In the near future we are going to build a separate window to inspect it.
### vac:rfc:
-`nomos:specs-init`
- Worked on data availability rfc, not ready for feedback, still in draft - https://github.com/vacp2p/rfc-index/pull/41
-`admin/misc`
- Closed and moved issues from rfc old repo; archived old repo (https://github.com/vacp2p/rfc)
- Updated readme on rfc-website - https://github.com/vacp2p/rfc.vac.dev/pull/2
### vac:dr:
-`vac:admin`
- Team synced outside of standup for additional feedback.
- (Marvin) Began investigating gossipsub lazy message [issue](https://github.com/vacp2p/nim-libp2p/issues/850) as prep for testing.
- Began work on research blog post for gossipsub improvements for large messages: [WIP draft](https://github.com/vacp2p/vac.dev/pull/144)
-`zk:codex:zk-consulting`
- Wrote [notes](https://www.notion.so/Notes-on-Codex-Proposal-WIP-efba941dbdb444b783d4bdf6f415e801?pvs=4#17279e7a85cc465b82418cbc6478c0a6) on a binding issue in Codex proposal notes along with a solution.
- Wrote brief [notes](https://www.notion.so/Notes-on-Codex-Proposal-WIP-efba941dbdb444b783d4bdf6f415e801?pvs=4#c77f71993e174df3bb86a71a3d6b9c7a) for [PolyMath](https://eprint.iacr.org/2024/916).
-`vac:dr:anon:vac:gossipsub-anonymity`
- Started writing [Anonymized GossipSub Transport Protocol (AGTP)](https://www.notion.so/Anonymized-GossipSub-Transport-Protocol-AGTP-Wip-cbcbcd6067b347bb812041bce9c110ce) specification -WiP.
- (AGTP will be renamed as the name is not fitting; just WiP atm)
- Researched ways to prevent adversarial senders from abusing the mixnet to DoS single exit nodes; current issue: this could potentially lead to honest exit nodes being penalized and ignored.
- Investigated mining techniques; selected proof of work for now.
### vac:nes:
-`virtual-machine-creation:vac:vm-foundations`
- work on [list of ZkVMs](https://github.com/vacp2p/zk-explorations/issues/40)
- Finished entering data on missing Zkvms info. [Moudy]
- Started going through codebases ov zkVMs. [Rostyslav]
- Updated and integrated additional information on [Github](https://github.com/vacp2p/zk-explorations/issues/40) and [Table](https://notes.status.im/ugF2lAAKTuG_t5PcdWwuwg) lists. [Moudy]
- Started discussions about the selection of Zkvms and how to add privacy requirements.[Team]