From 291dd91ebc75058ddd6e286d5c750bbd75706754 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Mon, 10 Aug 2026 16:11:16 +0530 Subject: [PATCH] chore: bump mix-rln-spam-protection-plugin for proof lifecycle metrics Points at feat/proof-gen-metrics-testnet tip (a5cb0d6): the Prometheus metrics for RLN proof generation/verification, rejection reasons, partial-proof-cache usage and group size, cherry-picked onto the libp2p v2.0.0-compatible plugin line so the nim-libp2p-mix 50c4ab4 diamond pin stays collapsed. Nodes are built with -d:metrics already; the new mix_rln_* series appear on the existing /metrics endpoint with no further wiring. --- logos_delivery.nimble | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logos_delivery.nimble b/logos_delivery.nimble index e9e8fd712..125388f88 100644 --- a/logos_delivery.nimble +++ b/logos_delivery.nimble @@ -62,7 +62,11 @@ requires "nim >= 2.2.4", # Packages not on nimble (use git URLs) requires "https://github.com/logos-messaging/nim-ffi#v0.1.3" -requires "https://github.com/logos-co/mix-rln-spam-protection-plugin.git#61ee3e5aacb6b224b70e164ef7d0a5714fe66b26" +# feat/proof-gen-metrics-testnet tip: Prometheus metrics for the RLN proof +# lifecycle (generation/verification histograms, rejection reasons, cache +# hit/miss, group size), cherry-picked onto the libp2p v2.0.0-compatible +# line (same nim-libp2p-mix 50c4ab4 pin as below). +requires "https://github.com/logos-co/mix-rln-spam-protection-plugin.git#a5cb0d64890d8f55f8527013418b784b799624ba" # nim-libp2p-mix: extracted mix protocol used by the plugin and by waku's # mix integration layer. Tip of experiment/drop-nimble-lock (PR #14, stacked