mirror of https://github.com/waku-org/nwaku.git
test: avoid too verbose rln test (#3029)
This commit is contained in:
parent
5ea1cf0cf3
commit
3ccb6cdf61
|
@ -502,8 +502,8 @@ suite "Waku rln relay":
|
||||||
|
|
||||||
let (list, root) = memListRes.get()
|
let (list, root) = memListRes.get()
|
||||||
|
|
||||||
debug "created membership key list", list
|
debug "created membership key list", number_of_keys = list.len
|
||||||
debug "the Merkle tree root", root
|
debug "Merkle tree root", size_calculated_tree_root = root.len
|
||||||
|
|
||||||
check:
|
check:
|
||||||
list.len == groupSize # check the number of keys
|
list.len == groupSize # check the number of keys
|
||||||
|
@ -539,9 +539,9 @@ suite "Waku rln relay":
|
||||||
|
|
||||||
let root = rawRoot.inHex()
|
let root = rawRoot.inHex()
|
||||||
|
|
||||||
debug "groupIdCredentials", groupIdCredentials
|
debug "groupIdCredentials", num_group_id_credentials = groupIdCredentials.len
|
||||||
debug "groupIDCommitments",
|
# debug "groupIDCommitments", leaving commented in case needed to debug in the future
|
||||||
groupIDCommitments = groupIDCommitments.mapIt(it.inHex())
|
# groupIDCommitments = groupIDCommitments.mapIt(it.inHex())
|
||||||
debug "root", root
|
debug "root", root
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in New Issue