kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
376 stars 119 forks source link

Request DB reset when dev/test/sim network restart is detected #331

Closed coderofstuff closed 7 months ago

coderofstuff commented 7 months ago

This detects if the current Genesis (as defined in code) is in the local active consensus DB - which it always should be. If it isn't, then the network has restarted and the local DB must be deleted. Only applied to non-mainnet networks as mainnet is never retarted.