waku-org / waku-rust-bindings

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

refactor: use a enum for handling the responses, and don't ignore the return code #97

Closed richard-ramos closed 4 months ago

richard-ramos commented 4 months ago

refactor: use a enum for handling the responses, and don't ignore the return code. In addition to that, i noticed that waku_relay_publish is not returning the envelope hash as defined in the bindings. I temporarily removed the code that handles that until that behavior is added in nwaku