mirror of https://github.com/waku-org/nwaku.git
cf46fb7cf6
- Remove discv5 from node and it's builder - Require a record to init a node (was previously using discv5 record). - Fix various tests that assumed nodes with discv5. - Fix ENR creation - Fix wakubridge - Fix networkmonitor |
||
---|---|---|
.. | ||
README.md | ||
config.nim | ||
message_compat.nim | ||
nim.cfg | ||
wakubridge.nim |
README.md
Common
This folder contains (a) modules that use both Waku v1 and Waku v2. and (b) utilities that are useful for both Waku v1 and v2.
Examples include:
- Bridge between v1 and v2
- NAT traversal
- interworking with protocols external to Waku (such as Matterbridge)