decentralized-identity / sidetree

Sidetree Specification and Reference Implementation
https://identity.foundation/sidetree/spec
Apache License 2.0
438 stars 112 forks source link

Fix fast init block reorg issue #940

Closed isaacJChen closed 4 years ago

isaacJChen commented 4 years ago

If block reorg happens while the node is down, the fast init will not handle it, it will have disconnected blocks in the db. Handle that by doing hash check beyond the last blcok in db.

isaacJChen commented 4 years ago

No issue identified after inevstigation.