cli: add retry for deals stuck in Publish with no funds
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
* [MarketPendingDeals](#MarketPendingDeals)
|
||||
* [MarketPublishPendingDeals](#MarketPublishPendingDeals)
|
||||
* [MarketRestartDataTransfer](#MarketRestartDataTransfer)
|
||||
* [MarketRetryPublishDeal](#MarketRetryPublishDeal)
|
||||
* [MarketSetAsk](#MarketSetAsk)
|
||||
* [MarketSetRetrievalAsk](#MarketSetRetrievalAsk)
|
||||
* [Mining](#Mining)
|
||||
@@ -949,6 +950,22 @@ Inputs:
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### MarketRetryPublishDeal
|
||||
|
||||
|
||||
Perms: admin
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
{
|
||||
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### MarketSetAsk
|
||||
|
||||
|
||||
|
||||
@@ -629,6 +629,7 @@ COMMANDS:
|
||||
reset-blocklist Remove all entries from the miner's piece CID blocklist
|
||||
set-seal-duration Set the expected time, in minutes, that you expect sealing sectors to take. Deals that start before this duration will be rejected.
|
||||
pending-publish list deals waiting in publish queue
|
||||
retry-publish retry publishing a deal
|
||||
help, h Shows a list of commands or help for one command
|
||||
|
||||
OPTIONS:
|
||||
@@ -825,6 +826,20 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus-miner storage-deals retry-publish
|
||||
```
|
||||
NAME:
|
||||
lotus-miner storage-deals retry-publish - retry publishing a deal
|
||||
|
||||
USAGE:
|
||||
lotus-miner storage-deals retry-publish [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--proposal-cid value
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
## lotus-miner retrieval-deals
|
||||
```
|
||||
NAME:
|
||||
|
||||
Reference in New Issue
Block a user