-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add paging to deal list #4185
Comments
This probably needs to be changed in the API to add paging? Should we expand the scope to add paging for all "list" API calls? |
We should do this after the v1 api is a thing, so it is blocked. |
Do we need this ONLY for storage clients or retreival clients as well ? |
Would be nice to alias the start and end epoch too if that make any sense. Say, |
and by status and from --status StorageDealActive,StorageDealWaitingForData |
Hi 👋 The Legacy Lotus Markets sub-system reached EOL at the end of the 31st January 2023. This ticket is being marked as Please feel free to re-open this ticket in the new Boost markets sub-system repository at https://github.com/filecoin-project/boost if you feel that it is still relevant. Many thanks 🙏 |
For clients have huge amount of deals,
list-deals
takes a long time to load(related #4131), also is hard to read when the list is too long. Adding paging when querying may help.Idea:
lotus client list-deal --startEpoch=<> --endEpoch=<>
lotus client list-deal --afterCreationTime=<>
Required steps:
The text was updated successfully, but these errors were encountered: