Skip to content

v5.0.0

@magooster magooster tagged this 05 May 07:50
https://besu.hyperledger.org/en/stable/Reference/API-Methods/#ibft-20-methods

ibft_discardValidatorVote
ibft_getPendingVotes
ibft_getValidatorsByBlockHash
ibft_getValidatorsByBlockNumber
ibft_proposeValidatorVote
ibft_getSignerMetrics

New class BesuSignerMetrics to handle response from ibft_getSignerMetrics, list of BesuSignerMetrics

BesuSignerMetrics can be used for both clique and ibft 2.0 methods that return SignerMetrics

https://besu.hyperledger.org/en/stable/Reference/API-Methods/#ibft_getsignermetrics

https://besu.hyperledger.org/en/stable/Reference/API-Methods/#clique_getsignermetrics

Added some basic tests for correct of requests and response handling for BesuSignerMetrics.

Other methods reuse extsing response types....
Assets 2