Merge pull request #9436 from filecoin-project/feat/uptime
feat: Add node uptime rpc / output in info command
This commit is contained in:
@@ -167,6 +167,8 @@
|
||||
* [SectorsSummary](#SectorsSummary)
|
||||
* [SectorsUnsealPiece](#SectorsUnsealPiece)
|
||||
* [SectorsUpdate](#SectorsUpdate)
|
||||
* [Start](#Start)
|
||||
* [StartTime](#StartTime)
|
||||
* [Storage](#Storage)
|
||||
* [StorageAddLocal](#StorageAddLocal)
|
||||
* [StorageAttach](#StorageAttach)
|
||||
@@ -3621,6 +3623,18 @@ Inputs:
|
||||
|
||||
Response: `{}`
|
||||
|
||||
## Start
|
||||
|
||||
|
||||
### StartTime
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs: `null`
|
||||
|
||||
Response: `"0001-01-01T00:00:00Z"`
|
||||
|
||||
## Storage
|
||||
|
||||
|
||||
|
||||
@@ -156,6 +156,8 @@
|
||||
* [PaychVoucherCreate](#PaychVoucherCreate)
|
||||
* [PaychVoucherList](#PaychVoucherList)
|
||||
* [PaychVoucherSubmit](#PaychVoucherSubmit)
|
||||
* [Start](#Start)
|
||||
* [StartTime](#StartTime)
|
||||
* [State](#State)
|
||||
* [StateAccountKey](#StateAccountKey)
|
||||
* [StateActorCodeCIDs](#StateActorCodeCIDs)
|
||||
@@ -4615,6 +4617,18 @@ Response:
|
||||
}
|
||||
```
|
||||
|
||||
## Start
|
||||
|
||||
|
||||
### StartTime
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs: `null`
|
||||
|
||||
Response: `"0001-01-01T00:00:00Z"`
|
||||
|
||||
## State
|
||||
The State methods are used to query, inspect, and interact with chain state.
|
||||
Most methods take a TipSetKey as a parameter. The state looked up is the parent state of the tipset.
|
||||
|
||||
@@ -164,6 +164,8 @@
|
||||
* [PaychVoucherCreate](#PaychVoucherCreate)
|
||||
* [PaychVoucherList](#PaychVoucherList)
|
||||
* [PaychVoucherSubmit](#PaychVoucherSubmit)
|
||||
* [Start](#Start)
|
||||
* [StartTime](#StartTime)
|
||||
* [State](#State)
|
||||
* [StateAccountKey](#StateAccountKey)
|
||||
* [StateActorCodeCIDs](#StateActorCodeCIDs)
|
||||
@@ -5047,6 +5049,18 @@ Response:
|
||||
}
|
||||
```
|
||||
|
||||
## Start
|
||||
|
||||
|
||||
### StartTime
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs: `null`
|
||||
|
||||
Response: `"0001-01-01T00:00:00Z"`
|
||||
|
||||
## State
|
||||
The State methods are used to query, inspect, and interact with chain state.
|
||||
Most methods take a TipSetKey as a parameter. The state looked up is the parent state of the tipset.
|
||||
|
||||
Reference in New Issue
Block a user