Description
We have two problems on startup during full sync:
- It's impossible to stop the node with Ctrl^C after restart.
- If we have unprocessed blocks from last run we wait for full sync before we fully start the client. It's very unfortunate if you want to do something with old block like calling rpc. Note that node will process newly downloaded blocks before fully starting up.
Steps to Reproduce
In order to replicate the behavior, please provide a detailed list of steps:
- Wait for Download stage and wait for some blocks to get downloaded
- Restart
- Try to stop the node
Description
We have two problems on startup during full sync:
Steps to Reproduce
In order to replicate the behavior, please provide a detailed list of steps: