From e47641f1116aca7e4bec3ca8830ce162a0268b0c Mon Sep 17 00:00:00 2001 From: Arseniy Klempner Date: Mon, 15 Jun 2026 13:07:53 -0600 Subject: [PATCH] deps: bump mix-rln plugin to feat/lez-rln-stateless (ba32e9f) Bumps the nimble pin from upstream PR #9 tip (logos-co@61ee3e5) to our combined branch adklempner/feat/lez-rln-stateless@ba32e9f, which is PR #9 stateless RLN + our 4 LEZ-RLN commits cherry-picked on top: - LEZ-backed RLN spam protection (OnchainLEZGroupManager) - try/except cleanup around await in pollLoop - info-level proof markers + atomic root+proof refresh - defensive add of witness-implied root at proof-gen time The nimble.lock checksum will be re-validated on first build; if it mismatches we'll update with the value nimble reports. --- logos_delivery.nimble | 2 +- nimble.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/logos_delivery.nimble b/logos_delivery.nimble index df0a48f7b..5a7b84a87 100644 --- a/logos_delivery.nimble +++ b/logos_delivery.nimble @@ -65,7 +65,7 @@ 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" +requires "https://github.com/adklempner/mix-rln-spam-protection-plugin.git#ba32e9f25f4de1de1b1e14b6a23bef7da56ca7c8" # 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 diff --git a/nimble.lock b/nimble.lock index f3d370dbd..602f8b2f0 100644 --- a/nimble.lock +++ b/nimble.lock @@ -599,9 +599,9 @@ } }, "mix_rln_spam_protection": { - "version": "#61ee3e5aacb6b224b70e164ef7d0a5714fe66b26", - "vcsRevision": "61ee3e5aacb6b224b70e164ef7d0a5714fe66b26", - "url": "https://github.com/logos-co/mix-rln-spam-protection-plugin.git", + "version": "#ba32e9f25f4de1de1b1e14b6a23bef7da56ca7c8", + "vcsRevision": "ba32e9f25f4de1de1b1e14b6a23bef7da56ca7c8", + "url": "https://github.com/adklempner/mix-rln-spam-protection-plugin.git", "downloadMethod": "git", "dependencies": [ "nim",