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.
This commit is contained in:
Arseniy Klempner 2026-06-15 13:07:53 -06:00 committed by akshaya
parent 54282a25eb
commit e47641f111
No known key found for this signature in database
GPG Key ID: 12C1A9E9F5629D18
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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",