|
| 1 | +--- |
| 2 | +title: 2026-07-06 AnonComms Weekly |
| 3 | +tags: |
| 4 | + - anoncomms-updates |
| 5 | +date: 2026-07-06 |
| 6 | +--- |
| 7 | + |
| 8 | +## Highlights |
| 9 | + |
| 10 | +- The oracle mechanism RFC was finalized and presented for review, with initial issues identified for the Logos Blockchain integration ([RFC PR](https://github.com/logos-co/logos-lips/pull/366)). |
| 11 | +- MVP payment protocol streams were finalized on testnet and localnet, covering both the [standalone](https://github.com/logos-co/logos-docs/issues/370) and [Store integration](https://github.com/logos-co/logos-docs/issues/369) journeys. |
| 12 | +- RLN membership allocation was reliably simulated in a mix network against testnet 0.2, validating the protocol ahead of upcoming 0.3 work ([journey](https://github.com/logos-co/logos-docs/issues/381)). |
| 13 | + |
| 14 | +## Create a basic capability discovery module |
| 15 | + |
| 16 | +- [Integrate and dogfood capability discovery in Logos Delivery](https://github.com/logos-co/anoncomms-pm/issues/31) |
| 17 | + - achieved: |
| 18 | + - Tested the [doc packet](https://github.com/logos-co/logos-docs/issues/307) for phases D and E, added logs for discovery testing in nim-libp2p, and collaborated with the DST team on testing and debugging |
| 19 | + - Completed a first draft of the service table bootstrap mechanism |
| 20 | + - next: |
| 21 | + - Continue collaboration with DST on discovery testing |
| 22 | + - Continue work on the service table bootstrap mechanism |
| 23 | + |
| 24 | +## Establish libp2p mixnet |
| 25 | + |
| 26 | +- [Specify and implement extended DoS and exit node abuse protection for libp2p mix](https://github.com/logos-co/anoncomms-pm/issues/40) |
| 27 | + - achieved: |
| 28 | + - Traced testnet-0.2 bugs across chat-side receive-reliability and service discovery, explored folding LEZ-RLN gifter work into the chat-mix v0.2 stack, and reviewed the v0.3 roadmap |
| 29 | + - Completed the testnet doc packet and testnet demo app, with all fixes ready after feedback |
| 30 | + - next: revisit differentiated rate-limiting with local reputation |
| 31 | + |
| 32 | +## Deliver de-MLS for p2p group messaging |
| 33 | + |
| 34 | +- [Integrate de-MLS into Logos Chat](https://github.com/logos-co/anoncomms-pm/issues/30) |
| 35 | + - achieved: nearly completed the recovery gap and reviewed the code against the RFC |
| 36 | + - next: finish the recovery task, then move on to the WallClock Service item |
| 37 | + |
| 38 | +## Develop service incentivisation |
| 39 | + |
| 40 | +- [Implement MVP payment protocol](https://github.com/logos-co/anoncomms-pm/issues/38) |
| 41 | + - achieved: finalized payment streams on testnet and localnet for both the [standalone](https://github.com/logos-co/logos-docs/issues/370) and [Store integration](https://github.com/logos-co/logos-docs/issues/369) journeys |
| 42 | + - next: |
| 43 | + - Present at Townhall |
| 44 | + - Address feedback |
| 45 | + |
| 46 | +## Maintain and expand the Zerokit library |
| 47 | + |
| 48 | +- [Rearchitecture Zerokit to support enum-based runtime configuration](https://github.com/logos-co/anoncomms-pm/issues/48) |
| 49 | + - achieved: |
| 50 | + - Merged [PR11](https://github.com/vacp2p/zerokit/pull/421) and progressed [PR12](https://github.com/vacp2p/zerokit/pull/423) |
| 51 | + - Conducted multiple reviews of PR11 and attempted to design the hashing system |
| 52 | + - Reviewed the RFC and related discussion and the PACT discussion, and started modifying the POC to match the RFC's technical choices |
| 53 | + - next: |
| 54 | + - Address PR12 review comments and continue on PR13 |
| 55 | + - Keep reviewing PRs |
| 56 | + - Continue POC upgrade and testing |
| 57 | + |
| 58 | +## Implement RLN membership allocation service |
| 59 | + |
| 60 | +- [Specify and implement RLN membership allocation service](https://github.com/logos-co/anoncomms-pm/issues/17) |
| 61 | + - achieved: reliably simulated the protocol in a mix network against testnet 0.2, per the [journey](https://github.com/logos-co/logos-docs/issues/381) |
| 62 | + - next: prepare and begin 0.3 deliverables, likely starting with the RLN membership management module |
| 63 | + |
| 64 | +## Develop a decentralised oracle for LEZ |
| 65 | + |
| 66 | +- [Specifying oracle mechanism](https://github.com/logos-co/anoncomms-pm/issues/22) |
| 67 | + - achieved: |
| 68 | + - Finished and presented the [RFC PR](https://github.com/logos-co/logos-lips/pull/366) for review |
| 69 | + - Reviewed the RFC PR |
| 70 | + - next: address identified issues for the Logos Blockchain part with the necessary RFC changes |
0 commit comments