Highlights

  • Published raw spec defining an off-chain payment protocol backed by privacy-preserving streams
  • Forum post comparing IETF’s recently published DMLS with our de-MLS protocols

Create basic capability discovery module for Logos Core

Establish libp2p mixnet for Logos Core

Implement MVP payment protocol

Deliver de-MLS API supporting multi-stewards and advanced group management

Implement RLN membership allocation service for Logos Core

Implement multi-burn RLN and slasher module

  • Support burning multiple IDs in a single RLN proof

    • achieved: addressed PR comment, discussed and implemented about version byte with an enum variant for different features
    • next: cleanup, review, and merge into master
  • Authenticated connections between prover and slashers

    • achieved: Add scenario to test the rln-prover, aggregator + slasher (dogfooding), add PR to cleanup the prover, cleanup the prover arguments (cli) and prepare the multi prover setup
    • next: provide the scenario for dogfooding, continue working on multi prover setup + adapt prover to smart contract PR (slasher role removal)