You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally the prometheus metrics report the Ethereum Classic chain height as the Mainnet chain height.
What I think is going on is that there is a short period of time between when we handshake a peer and consider it a full peer when we ask some things of the node, such as what their dao block hash is. During that period the peer is still in the collections that are used to (a) query height and (b) query total node count. To fix this we need to interrogate the node prior to "full peer admission" whatever that looks like.
The text was updated successfully, but these errors were encountered:
timbeiko
added
bug
Something isn't working
P4
Low (ex: Node doesn't start up when the configuration file has unexpected "end-of-line" character)
labels
Jan 13, 2021
Occasionally the prometheus metrics report the Ethereum Classic chain height as the Mainnet chain height.
What I think is going on is that there is a short period of time between when we handshake a peer and consider it a full peer when we ask some things of the node, such as what their dao block hash is. During that period the peer is still in the collections that are used to (a) query height and (b) query total node count. To fix this we need to interrogate the node prior to "full peer admission" whatever that looks like.
The text was updated successfully, but these errors were encountered: