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

Pagination support and other improvements for custom_operations_api::get_storage_info API #2139

Closed
1 of 17 tasks
abitmore opened this issue Apr 10, 2020 · 2 comments · Fixed by #2620
Closed
1 of 17 tasks
Assignees

Comments

@abitmore
Copy link
Member

abitmore commented Apr 10, 2020

User Story

As an API node operator and an API user I would like the custom_operations_api::get_storage_info API supports pagination

Other desired improvements (perhaps need new APIs) are:

  • Ideally there should be an API to list all available catalogs, and / or an API to retrieve data without accurately specifying the catalog (E.G. query for all, or do range query), since with current API users need to know the exact catalog to be able to retrieve data.
  • Ideally there should be an API to retrieve data from multiple catalogs.

Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.

  • API (the application programming interface)
  • Build (the build process or something prior to compiled code)
  • CLI (the command line wallet)
  • Deployment (the deployment process after building such as Docker, Travis, etc.)
  • DEX (the Decentralized EXchange, market engine, etc.)
  • P2P (the peer-to-peer network for transaction/block propagation)
  • Performance (system or user efficiency, etc.)
  • Protocol (the blockchain logic, consensus, validation, etc.)
  • Security (the security of system or user data, etc.)
  • UX (the User Experience)
  • Other (please add below)

CORE TEAM TASK LIST

  • Evaluate / Prioritize Feature Request
  • Refine User Stories / Requirements
  • Define Test Cases
  • Design / Develop Solution
  • Perform QA/Testing
  • Update Documentation
@abitmore abitmore added this to the 4.1.0 - Feature Release milestone Apr 10, 2020
@abitmore abitmore changed the title Pagination support for custom_operations_api::get_storage_info API Pagination support and other improvements for custom_operations_api::get_storage_info API Apr 10, 2020
@abitmore
Copy link
Member Author

AFAIK @oxarbitrage is working on this, so assigned him.

@abitmore
Copy link
Member Author

abitmore commented Aug 6, 2022

Implemented most of the features listed in OP with #2620, except for the "an API to list all available catalogs" (which was implemented in #2144 but not merged).

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

Successfully merging a pull request may close this issue.

2 participants