nwaku/waku/protocol
Dean Eigenmann 0e62e8ffa4
feature/store-protocol (#102)
* started working on store protocol

* eol

* update

* fix

* encoding

* started

* started working on decoding

* fixes

* started fleshing out tests

* testing

* encode / decode test

* eol

* fix test

* fmt

* errors

* testing entire rpc now

* fix

* format

* added comment

* removed StoreRPC

* added comment

* readded the store rpc

* updated

* fix tests
2020-08-27 10:44:09 +08:00
..
v1 Bump vendor, fix builds and add v2 to CI (#45) 2020-07-13 12:08:03 +02:00
v2 feature/store-protocol (#102) 2020-08-27 10:44:09 +08:00
README.md Move and update Readme.md (#9) 2020-05-08 22:39:16 +02:00

README.md

Waku Protocol

This folder contains supported versions of the Waku protocol.

Currently,

  • v1 contains the implementation according to Waku specification v1.
  • v2 is experimental development with Waku build on top of libp2p.