celestiaorg / celestiaorg/celestia-node
shrexnd: requesting proofs only on Client and Server
Open
area:shares
- Dominant language
- Go
- Stars
- 996
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 34
Description
## Overview
Shrexnd protocol now only allows requesting __data and proofs__ by namespace, and the goal is to extend the protocol enabling requesting only __proofs without data__.
## Motivation
This is required for the `Available` method of https://github.com/celestiaorg/celestia-node/issues/1835, which checks whether some data blob is included in the main chain.
## Details
The protobuf has to be updated with the new field or new request type and the subsequent implementation of the Server and Client.
## Refs
Depends on #1836
Contributor guide
Assessment
This issue has not been assessed yet.