bsc
bsc copied to clipboard
error="canonical block #1 unknown"
System information
Geth version: v1.5.19
OS & Version: Windows/Linux/OSX
Commit hash : (Tag v1.5.19)
Expected behaviour
with v1.5.19, sync from genesis, once sync is completed, this error log will be printed, but the node still can run. need to confirm if it is really an issue or not.
Actual behaviour
NA
Steps to reproduce the behaviour
It can be reproduced with 48club's snapshot 1.download snapshot from 48club https://github.com/48Club/bsc-snapshots such as: geth.fast.58104301.tar.zst 2.try to run a BSC node with v1.5.19, with commands
/geth --tries-verify-mode none --blobpool.datacap 1000 --mainnet --history.state 128 --cache.snapshot 40 --cache.database 50 --history.blocks 1000 --config ./config.toml --datadir ./node --cache 120000 --rpc.allow-unprotected-txs --history.transactions 1000 --pruneancient --metrics --metrics.addr 0.0.0.0 --metrics.port 6061
3.would have similar error log:
t=08-19|07:25:48.660 lvl=error msg="Error in block freeze operation" err="canonical hash missing, can't freeze block 56624302"
Backtrace
NA