From 3990c5daaa4d4ddd266d6c91db682c1ffac829da Mon Sep 17 00:00:00 2001 From: staheri14 Date: Thu, 6 Oct 2022 20:47:30 +0000 Subject: [PATCH] deploy: 8a8c745e3038bbb4ee50df73650954c0db4bb3de --- vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool | 2 +- waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool index 36a983f13..323b80eee 100755 --- a/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool +++ b/vendor/nim-libbacktrace/vendor/libbacktrace-upstream/libtool @@ -2,7 +2,7 @@ # libtool - Provide generalized library-building support services. # Generated automatically by config.status (libbacktrace) version-unused -# Libtool was configured on host fv-az348-255: +# Libtool was configured on host fv-az91-441: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, diff --git a/waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim b/waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim index 6c62e7b87..58dee6af5 100644 --- a/waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim +++ b/waku/v2/protocol/waku_rln_relay/waku_rln_relay_utils.nim @@ -809,10 +809,11 @@ proc validateMessage*(rlnPeer: WakuRLNRelay, msg: WakuMessage, waku_rln_invalid_messages_total.inc(labelValues=["invalid_epoch"]) return MessageValidationResult.Invalid + ## TODO: FIXME after resolving this issue https://github.com/status-im/nwaku/issues/1247 if not rlnPeer.validateRoot(msg.proof.merkleRoot): debug "invalid message: provided root does not belong to acceptable window of roots", provided=msg.proof.merkleRoot, validRoots=rlnPeer.validMerkleRoots waku_rln_invalid_messages_total.inc(labelValues=["invalid_root"]) - return MessageValidationResult.Invalid + # return MessageValidationResult.Invalid # verify the proof let