Highlights

  • The λAccount identity primitive reached its first review milestones: an initial draft of the AccountLogs specification and a base Rust implementation in libchat are both up for review.
  • A first end-to-end test of LEZ-based RLN in Logos Delivery passed: the delivery and RLN membership modules both registered on the LEZ testnet, then generated and verified proofs.

Create a basic service discovery module

Establish libp2p mixnet

Deliver de-MLS for p2p group messaging

  • Integrating de-MLS into libchat
    • achieved:
      • finished the member id rework, merged on the de-mls side (PR); final review pending on the libchat side
      • reworked the peer scoring mechanism (PR, merged)
      • continued work on reliability and fork prevention with the libchat team
      • simulated different reliability scenarios (no commit and want flag, quorum, and heartbeat mode) to measure success ratios
    • next:
      • review the architecture and initiate discussion about possible reorganisations
      • continue work on fork prevention
      • add more reliability simulation scenarios if needed

Implement RLN membership allocation service

Decentralised Oracle Network

  • Implementing Oracle Zone
    • achieved: completed the oracle node and oracle register integration; multiple price provider support in progress
    • next:
      • complete multiple price provider support
      • run the indexer

Maintain and expand Zerokit

Develop the λAccount identity primitive