waku-org / waku-rust-bindings

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

Fix `timestamp` attribute of `WakuMessage` in examples #26

Closed felicio closed 1 year ago

felicio commented 1 year ago

Without it messages wouldn't be stored thus not retrievable later on start.

This attribute MAY contain the Unix epoch time in nanoseconds – https://rfc.vac.dev/spec/14/#message-attributes

image