{.used.} import std/[algorithm, options], testutils/unittests, nimcrypto/sha2, libp2p/protobuf/minprotobuf, ../../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..