For those who have a sync-ed EVM node, can help share the current eth.syncing status?
I'm still syncing my node. Below is my status.
> eth.syncing
{
currentBlock: 11365522,
highestBlock: 11365595,
knownStates: 526253551,
pulledStates: 526197388,
startingBlock: 11274865
}
I need to know how far is my node from fully sync-ed. Thanks.