Skip to content

Commit

Permalink
Execute make gen-rpc-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Nov 30, 2023
1 parent 1089bff commit 28bfece
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4188,6 +4188,10 @@ Response
"low_time": "0x5dc",
"normal_time": "0x4e2",
"orphan_blocks_count": "0x0"
"tip_hash": String("0xa5f5c85987a15de25661e5a214f2c1449cd803f071acc7999820f25246471f40"),
"tip_number": String("0x400"),
"unverified_tip_hash": String("0xa5f5c85987a15de25661e5a214f2c1449cd803f071acc7999820f25246471f40"),
"unverified_tip_number": String("0x400"),
}
}
```
Expand Down Expand Up @@ -6895,6 +6899,14 @@ The overall chain synchronization state of this local node.

* `inflight_blocks_count`: [`Uint64`](#type-uint64) - Count of downloading blocks.

* `unverified_tip_number`: [`BlockNumber`](#type-blocknumber) - The block number of current unverified tip block

* `unverified_tip_hash`: [`H256`](#type-h256) - The block hash of current unverified tip block

* `tip_number`: [`BlockNumber`](#type-blocknumber) - The block number of current tip block

* `tip_hash`: [`H256`](#type-h256) - The block hash of current tip block

* `fast_time`: [`Uint64`](#type-uint64) - The download scheduler’s time analysis data, the fast is the 1/3 of the cut-off point, unit ms

* `normal_time`: [`Uint64`](#type-uint64) - The download scheduler’s time analysis data, the normal is the 4/5 of the cut-off point, unit ms
Expand Down

0 comments on commit 28bfece

Please sign in to comment.