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

Add CLI commands for deal publishing to see pending deals / force send a publish message #5491

Closed
dirkmc opened this issue Feb 1, 2021 · 0 comments · Fixed by #5538
Closed

Comments

@dirkmc
Copy link
Contributor

dirkmc commented Feb 1, 2021

Background

#5309 implements publishing of multiple deals per publish deals message.
When a deal is submitted to be published, lotus will wait for a configurable amount of time for other deals to include in the publish message.

Proposal

Add a command to see the list of deals that are pending publish, and a command to force publishing of the pending deals.

# lists deals that are in the queue to be published
./lotus-miner storage-deals pending-publish

# send a publish message for all deals that are currently in the queue
./lotus-miner storage-deals pending-publish --publish-now
@dirkmc dirkmc mentioned this issue Feb 1, 2021
6 tasks
@dirkmc dirkmc added this to the 💹Storage Deal Success milestone Feb 1, 2021
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.

1 participant