Merge pull request #835 from obscuren/handler_errors
eth, eth/downloader: error handlers and td checks
No related branches found
No related tags found
Showing
- cmd/geth/main.go 1 addition, 1 deletioncmd/geth/main.go
- core/chain_manager.go 23 additions, 8 deletionscore/chain_manager.go
- eth/backend.go 2 additions, 1 deletioneth/backend.go
- eth/downloader/downloader.go 186 additions, 158 deletionseth/downloader/downloader.go
- eth/downloader/downloader_test.go 60 additions, 31 deletionseth/downloader/downloader_test.go
- eth/downloader/queue.go 55 additions, 10 deletionseth/downloader/queue.go
- eth/downloader/queue_test.go 62 additions, 0 deletionseth/downloader/queue_test.go
- eth/handler.go 50 additions, 109 deletionseth/handler.go
- eth/sync.go 108 additions, 0 deletionseth/sync.go
Loading
Please register or sign in to comment