nwaku/waku/v2/utils
Hanno Cornelius 59203c7453
fix: allow higher resolution timestamps (#1570)
* fix: allow higher resolution timestamps

* fix: higher precision requires coarser test
2023-02-21 14:52:30 +02:00
..
README.md Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
collector.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
compat.nim refactor(utils): moved noise/compat payload encryption code to utils 2023-02-07 10:45:25 +01:00
namespacing.nim Refactor waku protocols and utils (#667) 2021-07-15 11:25:52 -07:00
noise.nim refactor(utils): moved noise/compat payload encryption code to utils 2023-02-07 10:45:25 +01:00
peers.nim feat(discv5): advertise custom multiaddresses (#1512) 2023-02-07 18:36:50 +05:30
requests.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
time.nim fix: allow higher resolution timestamps (#1570) 2023-02-21 14:52:30 +02:00
wakuenr.nim feat(discv5): advertise custom multiaddresses (#1512) 2023-02-07 18:36:50 +05:30

README.md

Utils

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