You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a namespace endpoint to gnoland 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 via gnoweb, such as for this link.
See comments below. We should implement this as an ABCI query with a pagination parameter.
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: