logos-messaging-nim/protocol/v2/waku_protocol.nim

7 lines
218 B
Nim
Raw Normal View History

2020-04-29 13:02:42 +08:00
## Waku on libp2p
##
## This file should eventually correspond to waku_protocol as RLPx subprotocol.
## Instead, it should likely be on top of GossipSub with a similar interface.
const wakuVersionStr = "2.0.0-alpha1"