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
After looking at the bor codebase, it seems like the finality isn't handled exactly the same way as geth. When you run a eth_getBlockByNumber with the finalize tag, you reach some bor specific code that uses the milestones https://github.com/maticnetwork/bor/blob/master/eth/api.go#L56.
The metric chain_milestone_latest seems to be pretty close to the block number retrieved with a eth_getBlockByNumber call. But I let the Polygon experts confirm or not :)
Hi team!
Metrics
chain_head_finalized
andchain_head_safe
return "0" forBor
:Is this by design? Are there plans to implement/fix these?
Thanks!
The text was updated successfully, but these errors were encountered: