docs(anoncomms): add weekly update 2026-03-16 (#384)

This commit is contained in:
Hanno Cornelius
2026-03-17 09:58:21 +00:00
committed by GitHub
parent 25987cd6d1
commit ccd9ff8231
+30
View File
@@ -0,0 +1,30 @@
---
title: 2026-03-16 AnonComms Weekly
tags:
- anoncomms-updates
date: 2026-03-16
---
## Highlights
- Closed [deliverable](https://github.com/logos-co/anoncomms-pm/issues/15) integrating the ability to burn multiple message IDs in a single RLN proof
## [Create basic capability discovery module for Logos Core](https://github.com/logos-co/anoncomms-pm/milestone/1)
- [Implement capability discovery protocol](https://github.com/logos-co/anoncomms-pm/issues/13)
- achieved:
- merged tests [pr](https://github.com/vacp2p/nim-libp2p/pull/2126) for advertiser & discoverer modules
- next:
- start dogfooding integrated capability discovery
## [Release RLN Prover for gasless L2 transactions](https://github.com/logos-co/anoncomms-pm/milestone/4)
- [Write whitepaper on gasless L2 transactions](https://github.com/logos-co/anoncomms-pm/issues/12)
- achieved: ran simulations, wrote and submitted the academic version of the whitepaper for submission to [SBC](https://www.sbc-conference.com/2026/)
- next: address any feedback
## [Implement multi-burn RLN and slasher module](https://github.com/logos-co/anoncomms-pm/milestone/8)
- [Support burning multiple IDs in a single RLN proof](https://github.com/logos-co/anoncomms-pm/issues/15)
- achieved: merge partial proof feature into multi-message-id feature PR
- next: merge multi-message-id feature to master and close task