autonomys / subspace

Subspace Network reference implementation
https://subspace.network
380 stars 243 forks source link

Batches in `ClusterPieceGetter` #3149

Closed nazar-pc closed 2 weeks ago

nazar-pc commented 2 weeks ago

Builds on https://github.com/autonomys/subspace/pull/3147 and basically completes faster piece retrieval for farmer.

Streaming versions of two requests were added: checking for cached piece indices and getting pieces from controller.

Mostly similar boilerplate to previous PRs.

Code contributor checklist: