You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a creator of a retrieval deal, I want to be able to add a selector to a retrieval deal proposal, so I can request data that is not an entire payload tree
Scope:
bit tricky with selector because it's an ipld.Node interface. CBOR gen structs cannot include interfaces
Add selector to DealProposal as a *cbg.Deferred (see go-hamt-ipld for example)
As a creator of a retrieval deal, I want to be able to add a selector to a retrieval deal proposal, so I can request data that is not an entire payload tree
Scope:
Out: actually doing anything with selector
The text was updated successfully, but these errors were encountered: