ERPC_CONSENSUS_DISAGREEMENT_CLUE

Documentation for eth_defi.event_reader.multicall_batcher.ERPC_CONSENSUS_DISAGREEMENT_CLUE data.

ERPC_CONSENSUS_DISAGREEMENT_CLUE: Final[str] = 'not enough agreement among responses'

Marker string eRPC returns when its upstream nodes disagree in consensus mode.

This is goldsky’s eRPC -32603 “not enough agreement among responses” error. It is not a transient per-request glitch — on HyperEVM the upstream node pool intermittently disagrees on eth_call results (live HyperCore oracle reads, and revert serialisation past the ~128-block execution window), so retrying the same consensus endpoint cannot resolve it. See docs/README-hyperevm-goldsky-failure.md.