celestiaorg/celestia-node

Blobstream API should be moved to node

Closed this issue · 2 comments

Proofs for Blobstream (DataRootInclusionProof and ProveShare endpoints on core) are not accessible through node API, so currently all integrations with Blobstream require one to have two endpoints, and two APIs.

related: celestiaorg/celestia-core#1306

We discussed this with @rach-id and we decided to implement Blobstream APIs over nodes API. This is the first step to accelerate development by not blocking on node's review process and practises. But, we also agreed to later merge it to node as a module.

Referencing this PR here: celestiaorg/blobstream-node-api#1