{.used.} import std/[unittest,algorithm,options], nimcrypto/sha2, ../../waku/v2/waku_types, ../../waku/v2/protocol/waku_store/waku_store, ../test_helpers proc createSampleList(s: int): seq[IndexedWakuMessage] = ## takes s as input and outputs a sequence with s amount of IndexedWakuMessage var data {.noinit.}: array[32, byte] for x in data.mitems: x = 1 for i in 0..