celestiaorg / celestiaorg/celestia-node

share: implement getShareByRange

Open
#2,304 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.