Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBOR GetManyIpldStore #1

Merged
merged 1 commit into from
Aug 7, 2023
Merged

CBOR GetManyIpldStore #1

merged 1 commit into from
Aug 7, 2023

Conversation

i-norden
Copy link

@i-norden i-norden commented Jul 19, 2023

In order to support vulcanize/filecoin-indexing#21

This introduces a new cbor store that implements a new GetMany(ctx context.Context, cs []cid.Cid, outs []interface{}) (<-chan Cursor, []cid.Cid, error) method. This method requires the underlying blockstore to support a new GetMany(ctx context.Context, cs []cid.Cid) ([]block.Block, []cid.Cid, error) method which has been implemented in vulcanize/lotus#1 and vulcanize/boxo#1. And which, in turn, the boxo implementation requires vulcanize/go-datastore#1.

@i-norden i-norden changed the title GetManyIpldStore CBOR GetManyIpldStore Jul 20, 2023
@i-norden i-norden merged commit 079030f into dev Aug 7, 2023
@i-norden i-norden deleted the ian_get_many branch October 16, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant