nwaku/waku/common
Hanno Cornelius 7f23bdf29f
chore: update nwaku submodules (#1123)
* chore: update submodules

* fix: SIGTERM ambiguity

* fix: ambiguous RNGs

* fix: ContentType is no longer a string

* fix: more fixes related to ambiguous RNGs

* fix: start all protocols

* chore: also update nim-eth

* chore: important new fixes in nim-libp2p

* fix: more changes related to RNG. Some reversion to reflect nim-eth update

* fix: breaking changes in nim-eth submodule

* fix: start protocols in tests

* fix: chat2bridge protocols async mounting

* fix: v1 test compilation

* fix: rln test compilation

* fix: remove confusing keys qualifier for the same HmacDrbgContext
2022-09-07 16:31:27 +01:00
..
utils General refactoring: `nim-waku` (#671) 2021-07-16 17:13:36 +02:00
README.md Add chat2-matterbridge (#532) 2021-05-06 15:43:43 +02:00
config_bridge.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
wakubridge.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00

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)