enhancement/protobuf (#47)

* changed to data

* fix

* updated

* checkpoint

* sending protobuf

* working on tests

* bump

* fix

* fix

* fix

* testing

* Update test_waku.nim
This commit is contained in:
Dean Eigenmann
2020-07-23 10:53:29 +08:00
committed by GitHub
parent 0799ef9c16
commit fb45502ba7
5 changed files with 34 additions and 13 deletions
-1
View File
@@ -99,5 +99,4 @@ proc waku_unsubscribe(id: Identifier): bool
proc waku_setLightNode(isLightNode: bool)
proc waku_setTopicInterest(topics: seq[string])
proc waku_setBloomFilter(topics: seq[string])
```