Merge pull request #1701 from karalabe/eth62-sync-rebase
eth: implement eth/62 synchronization logic
Showing
- cmd/geth/main.go 2 additions, 0 deletionscmd/geth/main.go
- cmd/geth/monitorcmd.go 1 addition, 1 deletioncmd/geth/monitorcmd.go
- cmd/utils/flags.go 17 additions, 0 deletionscmd/utils/flags.go
- core/types/block.go 14 additions, 0 deletionscore/types/block.go
- eth/backend.go 1 addition, 1 deletioneth/backend.go
- eth/downloader/downloader.go 580 additions, 446 deletionseth/downloader/downloader.go
- eth/downloader/downloader_test.go 227 additions, 422 deletionseth/downloader/downloader_test.go
- eth/downloader/metrics.go 45 additions, 0 deletionseth/downloader/metrics.go
- eth/downloader/peer.go 79 additions, 13 deletionseth/downloader/peer.go
- eth/downloader/queue.go 219 additions, 32 deletionseth/downloader/queue.go
- eth/fetcher/fetcher.go 382 additions, 46 deletionseth/fetcher/fetcher.go
- eth/fetcher/fetcher_test.go 408 additions, 63 deletionseth/fetcher/fetcher_test.go
- eth/fetcher/metrics.go 20 additions, 6 deletionseth/fetcher/metrics.go
- eth/handler.go 261 additions, 75 deletionseth/handler.go
- eth/handler_test.go 522 additions, 0 deletionseth/handler_test.go
- eth/helper_test.go 147 additions, 0 deletionseth/helper_test.go
- eth/metrics.go 133 additions, 20 deletionseth/metrics.go
- eth/peer.go 84 additions, 22 deletionseth/peer.go
- eth/protocol.go 111 additions, 15 deletionseth/protocol.go
- eth/protocol_test.go 73 additions, 105 deletionseth/protocol_test.go
Loading
Please register or sign in to comment