-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth_syncing
incorrectly reports syncing when it's not
#2618
Comments
nimbus-eth1/nimbus/rpc/server_api.nim Lines 145 to 155 in 178d77a
looks mostly fine, and doesn't have this incorrect dependency on peer count, but isn't what's used in the application: Lines 52 to 62 in 178d77a
sets up the p2p.nim version.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
status-im/infra-nimbus#193 (comment)
There are two RPC API implementations with
eth_syncing
, but the one which thenimbus
command appears to run is:nimbus-eth1/nimbus/rpc/p2p.nim
Lines 101 to 114 in 178d77a
numPeers > 0
is not correct logic to report syncing happening.The text was updated successfully, but these errors were encountered: