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
#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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: