Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipld: Implement API for application sovereignty: query data per namespace #5

Closed
liamsi opened this issue Mar 16, 2021 · 3 comments
Closed
Assignees

Comments

@liamsi
Copy link
Member

liamsi commented Mar 16, 2021

Summary

Application Clients (e.g. from ORUs) need a way to simply download all data specific to their namespace (application sovereignty).

Proposal

Add a simple library that traverses the NMT and returns all data of the requested namespace ID.

It might be valuable to consider adding an RPC endpoint for this too. E.g. for block explorers who want to serve Txs of certain applications (or ORU chains), too.

@liamsi liamsi transferred this issue from celestiaorg/celestia-core Aug 16, 2021
@renaynay
Copy link
Member

Reimplement the API to retrieve shares by namespace referenced here:
celestiaorg/celestia-core#422

ADR for reference: ADR-003

@evan-forbes
Copy link
Member

personal reminder to refactor and add back in these extra tests https://github.com/renaynay/celestia-core/pull/2, after we complete the main implementation.

@renaynay
Copy link
Member

Resolved by #170.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants