eth, eth/downloader, eth/fetcher: delete eth/61 code
The eth/61 protocol was disabled in #2776, this commit removes its message handlers and hash-chain sync logic.
Showing
- eth/downloader/downloader.go 69 additions, 598 deletionseth/downloader/downloader.go
- eth/downloader/downloader_test.go 4 additions, 118 deletionseth/downloader/downloader_test.go
- eth/downloader/metrics.go 0 additions, 10 deletionseth/downloader/metrics.go
- eth/downloader/peer.go 0 additions, 50 deletionseth/downloader/peer.go
- eth/downloader/queue.go 2 additions, 136 deletionseth/downloader/queue.go
- eth/downloader/types.go 0 additions, 20 deletionseth/downloader/types.go
- eth/fetcher/fetcher.go 6 additions, 92 deletionseth/fetcher/fetcher.go
- eth/fetcher/fetcher_test.go 18 additions, 117 deletionseth/fetcher/fetcher_test.go
- eth/fetcher/metrics.go 0 additions, 3 deletionseth/fetcher/metrics.go
- eth/handler.go 11 additions, 120 deletionseth/handler.go
- eth/handler_test.go 0 additions, 154 deletionseth/handler_test.go
- eth/metrics.go 4 additions, 22 deletionseth/metrics.go
- eth/peer.go 0 additions, 40 deletionseth/peer.go
- eth/protocol.go 5 additions, 41 deletionseth/protocol.go
- eth/protocol_test.go 0 additions, 3 deletionseth/protocol_test.go
Loading
Please register or sign in to comment