fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Small stores #97

Open justindotpub opened 1 year ago

justindotpub commented 1 year ago

If a local store is on the order of 100,000s of blocks, then the entire store can reasonably be sent in the Bloom filter.

Do stores allow getting a count of blocks? If yes, adjust block store interface and incorporate this logic.

ETA: 2024-03-31