eth: request id dispatcher and direct req/reply APIs (#23576)
* eth: request ID based message dispatcher * eth: fix dispatcher cancellation, rework fetchers idleness tracker * eth/downloader: drop peers who refuse to serve advertised chains
This commit is contained in:
@ -297,12 +297,6 @@ const schema string = `
|
||||
currentBlock: Long!
|
||||
# HighestBlock is the latest known block number.
|
||||
highestBlock: Long!
|
||||
# PulledStates is the number of state entries fetched so far, or null
|
||||
# if this is not known or not relevant.
|
||||
pulledStates: Long
|
||||
# KnownStates is the number of states the node knows of so far, or null
|
||||
# if this is not known or not relevant.
|
||||
knownStates: Long
|
||||
}
|
||||
|
||||
# Pending represents the current pending state.
|
||||
|
Reference in New Issue
Block a user