nwaku/waku/v2/utils
Aaryamann Challani fdcc9824a2
feat(store): Allow messages to be marked as "don't store" (#1119)
* feat(store): init allow messages to be marked as ephemeral

* feat(store): replace ephemeral with ttl model

* Revert "feat(store): replace ephemeral with ttl model"

This reverts commit 4398c61c919dda8f014b4fcc0679c573c74854e4.

* fix(store): flags and test

* chore(store): remove storeTTL

* chore(store): remove unused utils

* fix: conflict

* fix(store): make test more brief
2022-09-13 16:07:06 +05:30
..
README.md Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
namespacing.nim Refactor waku protocols and utils (#667) 2021-07-15 11:25:52 -07:00
pagination.nim refactor(utils): split message digest calculation form index calculation 2022-09-12 15:51:06 +02:00
peers.nim feat(relay): add support for gossipsub peer exchange (#911) 2022-03-29 10:09:48 +02:00
protobuf.nim feat(store): Allow messages to be marked as "don't store" (#1119) 2022-09-13 16:07:06 +05:30
requests.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
time.nim chore(utils): remove unused types and methods 2022-09-12 15:29:52 +02:00
wakuenr.nim Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00

README.md

Utils

Collection of misc utilities that don't fit anywhere else, and are used by multiple independent modules.