The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
15
stars
3
forks
source link
[BUG]: `reset` does not reset chain after unclean shut down #644
Closed
mvandeberg closed 2 years ago
Is there an existing issue for this?
Current behavior
If chain does not shut down cleanly, it cannot start (as expected). But when you attempt to reset chain, it does not reset correctly.
Expected behavior
--reset=true
should reset chain regardless of state.Steps to reproduce
--reset=true
Environment
Anything else?