Rust wrapper over go-waku ffi
Go to file
Daniel Sanchez c82f4ebe4a
Main test and extended fixes (#10)
* Pipe protocol id

* Fix peer id connect

* Fix WakuPubSubTopic parsing

* Use optional timeout on publish messages

* More test cases

* Update vendor

* Use connect with peer_id

* Fix signal -> event -> message deserialization

* Actively wait for result to arrive the test node

* Clippy happy

* Clippy happy on tests

* Cleaning and adjusting types

* Updated vendor

* Fix keys dance

* Fix lightpush

* Add disconnect test

* Ignore node test for CI

* Add gcc on gh actions

* Reverse installing gcc

* Bring back gcc just for ubuntu and windows

* Removed rust-crypto unused dependency

* Clippy happy
2022-10-17 19:30:07 +02:00
.cargo Ci and multiplatform build (#2) 2022-09-28 15:45:26 +02:00
.github/workflows Ci and multiplatform build (#2) 2022-09-28 15:45:26 +02:00
waku Main test and extended fixes (#10) 2022-10-17 19:30:07 +02:00
waku-sys Main test and extended fixes (#10) 2022-10-17 19:30:07 +02:00
.gitignore Main project structure 2022-09-21 16:06:27 +02:00
.gitmodules Moved go-waku submodule to v0.2.2 2022-09-21 16:09:32 +02:00
Cargo.lock Main test and extended fixes (#10) 2022-10-17 19:30:07 +02:00
Cargo.toml Main project structure 2022-09-21 16:06:27 +02:00
README.md Tiny docs 2022-09-23 08:47:28 +02:00

README.md

Waku Rust binding

Rust layer on top of go-waku c ffi bindings.