waku-org / waku-rust-bindings

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

chore: support auto sharding and static sharding #94

Open richard-ramos opened 5 months ago

richard-ramos commented 5 months ago

Background

https://github.com/waku-org/nwaku/issues/2420

Pre-requisite

https://github.com/waku-org/nwaku/issues/2456

Details

Once the pre-requisite is satisfied, it should straightforward to use the auto sharding or static sharding in the waku node. In this issue we will implement and example that will help give evidence of that feature working properly.