telosnetwork / telos-evm-docker

Automated Telos EVM development and automated test framework
Apache License 2.0
12 stars 3 forks source link

Update head block number when on sync mode #76

Closed guilledk closed 1 year ago

guilledk commented 1 year ago

Fixes #19

Description

When a node syncs it can take 10+ hours, the current logic gets head block at start of sync and prints delta information based on that instead of the real delta between last indexed block and chain head block.

Checklist: