Highlights §
- Two proof-of-concept implementations for the LON oracle zone published: a signature verification benchmark (poc1) and a mocked on-chain price data aggregator (poc2).
- A basic test mixnet branch published (feat/mix), with initial scoping of chat-UI-over-mix on the testnet 0.2 stack completed.
Create a basic capability discovery module §
Establish libp2p mixnet §
Deliver de-MLS for p2p group messaging §
- Integrate de-MLS into Logos Chat
- achieved: Moved all PoC-specific parts into example; library now contains only conversation handling; updated tests on the libchat side
- next: MLS credential extraction from de-MLS
Develop service incentivisation §
- Implement MVP payment protocol
- achieved: Resolved compatibility issue for payment streams module integration with wallet module
- next: Implement chain access, proof generation and verification in payment streams module (steps 11+ of the plan)
Maintain and expand the Zerokit library §
Develop a decentralised oracle for LEZ §
- Specifying oracle mechanism
- achieved:
- Addressed feedback on oracle zone forum post; generated poc1 for LON zone signature verification benchmark and poc2 for mocked zone on-chain aggregator that collects, validates and finalizes price data
- LON indexer / sequencer specs
- next:
- Investigate Logos blockchain finality and cross-zone attestation latency
- Real sequencer / indexer implementation