Highlights

  • Service discovery is now integrated in Logos Delivery — PR #3947 merged.
  • Chat-over-mix integration branch feat/chat-mix-integration validated on a 5-node simulation: service discovery, mix-RLN proof generation and verification, and cover traffic all confirmed functional.
  • Registry service for KeyBundle and AccountLog distribution implemented, advancing key-based identity — chat-stores.

Create a basic service discovery module

Establish libp2p mixnet

Deliver de-MLS for p2p group messaging

  • Integrate de-MLS into Logos Chat
    • achieved: Split MLS provider from de-MLS, simplified codebase, updated example on libchat side
    • next:
      • Remove the PoC part from the library
      • Continue codebase cleanup

Maintain and expand the Zerokit library

Create λAccounts for general identity

Develop service incentivisation

Develop a decentralised oracle for LEZ

  • Specifying oracle mechanism
    • achieved:
      • Studied incentivization and usage for LEZ for stake/slash mechanism
      • Initial sequencer implementation
    • next:
      • Compile and write down findings on incentivization
      • Continue working on basic sequencer implementation