eth, eth/downloader: Moved block processing & graceful shutdown
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
Showing
- eth/backend.go 2 additions, 2 deletionseth/backend.go
- eth/downloader/downloader.go 132 additions, 149 deletionseth/downloader/downloader.go
- eth/downloader/downloader_test.go 35 additions, 20 deletionseth/downloader/downloader_test.go
- eth/downloader/queue.go 54 additions, 4 deletionseth/downloader/queue.go
- eth/handler.go 23 additions, 116 deletionseth/handler.go
- eth/sync.go 101 additions, 0 deletionseth/sync.go
Loading
Please register or sign in to comment