mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-29 13:00:06 +00:00
update logScope topics to match new rln module name
This commit is contained in:
parent
6f15000008
commit
df136a02f8
@ -13,7 +13,7 @@ import ../rln, ../protocol_types, ../protocol_metrics, ../conversion_utils
|
||||
import logos_delivery/waku/[waku_relay, waku_core]
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay adapter"
|
||||
topics = "waku rln adapter"
|
||||
|
||||
proc generateRlnValidator*(
|
||||
wakuRlnRelay: WakuRln, spamHandler = none(SpamHandler)
|
||||
|
||||
@ -12,7 +12,7 @@ import ../waku_keystore
|
||||
export web3, chronicles, stint, constants, endians2
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay conversion_utils"
|
||||
topics = "waku rln conversion_utils"
|
||||
|
||||
proc inHex*(
|
||||
value:
|
||||
|
||||
@ -27,7 +27,7 @@ import
|
||||
export group_manager_base
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay onchain_group_manager"
|
||||
topics = "waku rln onchain_group_manager"
|
||||
|
||||
type
|
||||
WakuRlnContractWithSender = Sender[WakuRlnContract]
|
||||
|
||||
@ -18,7 +18,7 @@ import
|
||||
../group_manager_base
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay onchain rpc_wrapper"
|
||||
topics = "waku rln onchain rpc_wrapper"
|
||||
|
||||
# using the when predicate does not work within the contract macro, hence need to dupe
|
||||
contract(WakuRlnContract):
|
||||
|
||||
@ -6,7 +6,7 @@ import chronicles, results
|
||||
import ./types, ./protocol_types, ./conversion_utils, ./proof
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay nullifier_log"
|
||||
topics = "waku rln nullifier_log"
|
||||
|
||||
proc hasDuplicate*(
|
||||
rlnPeer: WakuRln, epoch: Epoch, proofMetadata: ProofMetadata
|
||||
|
||||
@ -5,7 +5,7 @@ import chronicles, metrics, metrics/chronos_httpserver, ../utils/collector
|
||||
export metrics
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay"
|
||||
topics = "waku rln"
|
||||
|
||||
func generateBucketsForHistogram*(length: int): seq[float64] =
|
||||
## Generate a custom set of 5 buckets for a given length
|
||||
|
||||
@ -39,7 +39,7 @@ import
|
||||
export types, config, proof, nullifier_log
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay"
|
||||
topics = "waku rln"
|
||||
|
||||
proc stop*(rlnPeer: WakuRln) {.async: (raises: [Exception]).} =
|
||||
## stops the rln-relay protocol
|
||||
|
||||
@ -7,7 +7,7 @@ import ../../waku_core, ../../waku_keystore
|
||||
{.push raises: [], gcsafe.}
|
||||
|
||||
logScope:
|
||||
topics = "waku rln_relay ffi"
|
||||
topics = "waku rln ffi"
|
||||
|
||||
# Forward decl; body defined below.
|
||||
proc generateExternalNullifier*(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user