celestiaorg / celestiaorg/celestia-node
share: implement getShareByRange
Open
area:shares
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
Blob module should be extended with:
```go
// GetSharesByRange returns the Shares in the range of [start; end) and their respective proofs,
// where start and end are the positions of the Shares inside the data square
GetSharesByRange(start, end int) ([]Shares, []Proof, error)
```
Contributor guide
Assessment
This issue has not been assessed yet.