Rebase on master
This commit is contained in:
@@ -128,6 +128,7 @@
|
||||
* [RuntimeSubsystems](#RuntimeSubsystems)
|
||||
* [Sealing](#Sealing)
|
||||
* [SealingAbort](#SealingAbort)
|
||||
* [SealingRemoveRequest](#SealingRemoveRequest)
|
||||
* [SealingSchedDiag](#SealingSchedDiag)
|
||||
* [Sector](#Sector)
|
||||
* [SectorAbortUpgrade](#SectorAbortUpgrade)
|
||||
@@ -2749,6 +2750,26 @@ Inputs:
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### SealingRemoveRequest
|
||||
SealingSchedRemove removes a request from sealing pipeline
|
||||
|
||||
|
||||
Perms: admin
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
{
|
||||
"Miner": 1000,
|
||||
"Number": 9
|
||||
},
|
||||
"string value",
|
||||
123
|
||||
]
|
||||
```
|
||||
|
||||
Response: `{}`
|
||||
|
||||
### SealingSchedDiag
|
||||
SealingSchedDiag dumps internal sealing scheduler state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user