Highlights

  • Cover traffic generation for the libp2p mix protocol merged into nim-libp2p (PR #2243), with spec comments addressed and a configurable cover-ratio-fraction option added (PR #2322).
  • Payment streams for an MVP payment protocol over LEZ are mostly implemented for public execution mode, with private execution adaptation next.
  • A new protocol allowing RLN membership distribution based on authentication has been merged as a new LIP.

Create a basic capability discovery module

Establish libp2p mixnet

Deliver de-MLS for p2p group messaging

Develop service incentivisation

Maintain and expand the Zerokit library

Implement RLN membership allocation service

Develop a decentralised oracle for LEZ

  • Specifying oracle mechanism
    • achieved:
      • Read specs and RFP; reviewed Pyth documentation and ran initial experiments
      • Started Pyth fetch and verification implementation in pure Rust
    • next: Fix Pyth Rust issues