waku-org / waku-rust-bindings

Rust wrapper over go-waku ffi
14 stars 6 forks source link

Add new changes from go-waku #58

Closed richard-ramos closed 1 year ago

richard-ramos commented 1 year ago
  1. Update the WakuMessage struct to contain the fields ephemeral and meta
  2. Adds a parameter to gossipsub to setup the seen_ttl to handle message duplication
  3. Adds a function to expose the list of subscribed topics
  4. Bumps the go-waku version