-
Notifications
You must be signed in to change notification settings - Fork 391
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
[gnoland] Add nspkgs
(namespace packages) ABCI query
#2383
Comments
Related: #2189 From the issue:
|
A suggested approach for this from @zivkovicmilos's side was to create a new ABCI query for this. WDYT? |
namespace
RPC endpointnamespace
ABCI query
namespace
ABCI querynspkgs
(namespace packages) ABCI query
Closing: duplicate of #3518 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We should add anamespace
endpoint tognoland
that will allow us to fetch packages & realms under a certain namespace. To prevent outputs that are too large, this endpoint should support pagination, and possibly alphabetical sorting and sorting by date added. The endpoint should also be capped to a certain number of results to prevent excessive stress on the node.This RPC would be used to display available packages viagnoweb
, such as for this link.See comments below. We should implement this as an ABCI query with a pagination parameter.
cc @moul
The text was updated successfully, but these errors were encountered: