getBlockProduction now correctly reports block production (#17116)

(cherry picked from commit d6c076f1b6)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-05-08 04:19:39 +00:00
committed by GitHub
parent 072e884c24
commit 28b9e5b572
2 changed files with 80 additions and 2 deletions

View File

@@ -701,7 +701,7 @@ The result will be an RpcResponse JSON object with `value` equal to:
- `byIdentity: <object>` - a dictionary of validator identities,
as base-58 encoded strings. Value is a two element array containing the
number of leader slots and the number of blocks produced.
- `range: <object>` - Slot range to return block production for. If parameter not provided, defaults to current epoch.
- `range: <object>` - Block production slot range
- `firstSlot: <u64>` - first slot of the block production information (inclusive)
- `lastSlot: <u64>` - last slot of block production information (inclusive)