waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
167 stars 42 forks source link

feat: store v3 #2029

Closed danisharora099 closed 1 month ago

danisharora099 commented 4 months ago

This is a feature request

Problem

We now have new version for the Store protocol, Store V3, with significant advantages over the, now, legacy Store V2. The main advantage is the ability to query a Store node which only returns the stores message hashes, instead of returning the entire messages. This makes the protocol queries very lightweight, advantageous in scenarios like https://github.com/waku-org/js-waku/issues/2008

Proposed Solutions

Implement the Store V3 protocol.

danisharora099 commented 3 months ago

Blocked by https://github.com/waku-org/nwaku/issues/2745

weboko commented 2 months ago

Blocking item was resolved.

danisharora099 commented 2 months ago

Blocking item was resolved.

Waiting for the 0.31 release: https://github.com/waku-org/nwaku/milestone/18

weboko commented 2 months ago

I think we can start looking into it before the release with locally run nwaku node, @danisharora099