ethereum/sync
hive failure: reth does not set FCU blocks in RPC after successful pipeline run
#8579
Labels
A-consensus
Related to the consensus engine
A-rpc
Related to the RPC implementation
C-bug
An unexpected or incorrect behavior
C-test
A change that impacts how or what we test
M-prevent-stale
Prevents old inactive issues/PRs from being closed due to inactivity
After applying this fix in hive:
ethereum/hive#1112
We still fail the
ethereum/sync
test because we do not set thelatest
block after a successful pipeline run.For example, the test sends a newPayload, then FCU which triggers sync using the pipeline:
It then checks if the node has finished syncing by calling
eth_getHeaderByNumber
and thelatest
tag:We return zero because we still have unset
ChainInfo
after the pipeline run completes.The text was updated successfully, but these errors were encountered: