Skip to content

Commit 8faf9da

Browse files
authored
Add a tip about getSignerMetrics (#485)
Signed-off-by: Tim Beiko <[email protected]>
1 parent 016570c commit 8faf9da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/HowTo/Configure/Consensus-Protocols/Clique.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ The JSON-RPC methods to add or remove signers are:
105105
To view signer metrics for a specified block range, call
106106
[`clique_getSignerMetrics`](../../../Reference/API-Methods.md#clique_getsignermetrics).
107107

108+
!!! tip
109+
`clique_getSignerMetrics` can be used to identify validators that are not active. The validator's `lastProposedBlockNumber` will be `0x0`
110+
108111
### Adding a signer
109112

110113
To propose adding a signer, call

docs/HowTo/Configure/Consensus-Protocols/IBFT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ The JSON-RPC methods to add or remove validators are:
192192
To view validator metrics for a specified block range, use
193193
[`ibft_getSignerMetrics`](../../../Reference/API-Methods.md#ibft_getsignermetrics).
194194

195+
!!! tip
196+
`ibft_getSignerMetrics` can be used to identify validators that are not active. The validator's `lastProposedBlockNumber` will be `0x0`
197+
195198
#### Adding a validator
196199

197200
To propose adding a validator, call

0 commit comments

Comments
 (0)