- fix: move workflows for Nim Devel and legacy i386 from "Daily" -> workflows renamed to "Nim Devel" and "Legacy Platforms" https://github.com/status-im/nim-libp2p/pull/968
- Daily workflow could fail randomly with [OSError] https://github.com/status-im/nim-libp2p/issues/972
-`nimlibp2p:vac:webrtc-transport`
- Fix read/write on the DTLS
- Retrieve the remote certificate
- Start creating a way to log packets behind the DTLS encryption into pcap file in order to make it readable with wireshark
- WebRTC is done. WebRTC for libp2p isn't:
- chrome://webrtc-internals/ show no errors, neither wireshark.
- But libp2p spec requires a weird handshake that I haven't finished yet
- Nomos sim team now has eveything to reproduce and fix the bug: exact configs and access to full runs
- Suggested improvements to the data output that will reduce both the memory and disk overload of nomos simulation by orders of magnitude. Moh and Gusto agree that this will work.
- Wrapped up the nomos analysis for now: waiting for the sims team to finish fixing the bugs
-`analysis-shadow:vac:shadow-gossipsub-analysis`
- Wrote an analysis script that can read graphs generated by Shadow runs
- Investigating `assert false`: Ivan took charge of that task; found it doesn't happen anymore (will write notes on the issue to resume investigation later)
- Picking up pace with store tests.
- Investigate a `PEER_DIAL_FAILURE` error in `store`; Happens when `archive` isn't mounted (unexpected); Not yet reported.
- @ devconnect, **participated in zk-hack, submitted https://devfolio.co/projects/reinforced-concrete-implementations-e82e, won a bounty from polygon**
- updated rln to use RC, significantly lower constraints, we can potentially bring down proof generation ti
-`rlnp2p:waku:rln-doc-and-outreach`
- **vac blog post: https://vac.dev/rlog/rln-anonymous-dos-prevention/**
- Improving the raw RFC by writing it in terms of Noise, including: X3DH. XEdDSA. Double Ratchet. ADKG. https://github.com/vacp2p/rfc/tree/ethsecpm_improvements
-`rlnp2p:waku:multi-epoch-constraints`
- Keep working on the multi-constrained epoch project.
- revisited documents, and worked on presentation for logos research call on GossipSub Improvements.
- Based on the feedback from the logos research call, revisited nim-libp2p documentation, codebase etc.
-`gsub-scaling:vac:gossipsub-improvements-paper`
- Started revisiting the GossipSub improvement paper to reflect current work and finalize writeup (Still work in progress. will need 1-2 more days to reflect in overleaf document).
- Requested the DST team for initial simulation. I intend to use the outcomes to finalize test patterns.
- **published Vac blog post: https://vac.dev/rlog/GossipSub%20Improvements/**
-`zk:codex:storage-proofs-open-problems-review`
- Review [Groth16](https://github.com/codex-storage/zk-research-artifacts/blob/master/notes/groth16/groth16-notes.pdf) notes for Codex