mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 13:56:50 +00:00
The downloader is no longer responsible for processing blocks. The eth-protocol handler now takes care of this instead. Added graceful shutdown during block processing. Closes #846