bnb-chain / node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

statesync manifest hash calculation should not involve block hash

ackratos opened this issue · comments

in state sync we sync the breathe block information to init some fields. We calculate manifest hash involved block information but that might be different across nodes as the seencommit field is not consensus. This caused starting of state sync might cost a long while (> 10 min) to find majority manifest hash while all available are legal.