plugeth/eth/downloader
Felix Lange c8e9a91672
build: upgrade to golangci-lint 1.24.0 (#20901)
* accounts/scwallet: remove unnecessary uses of fmt.Sprintf

* cmd/puppeth: remove unnecessary uses of fmt.Sprintf

* p2p/discv5: remove unnecessary use of fmt.Sprintf

* whisper/mailserver: remove unnecessary uses of fmt.Sprintf

* core: goimports -w tx_pool_test.go

* eth/downloader: goimports -w downloader_test.go

* build: upgrade to golangci-lint 1.24.0
2020-04-08 11:07:29 +03:00
..
api.go core, eth: fix goimports for Go 1.11 2018-09-19 11:47:09 +03:00
downloader_test.go build: upgrade to golangci-lint 1.24.0 (#20901) 2020-04-08 11:07:29 +03:00
downloader.go eth/downloader: fix data race in downloader 2019-10-29 14:32:45 +01:00
events.go cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (#17321) 2019-01-30 08:40:36 +01:00
fakepeer.go core, eth, les, light: scope receipt functionality a bit cleaner 2019-04-15 13:42:26 +03:00
metrics.go metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910) 2018-02-23 11:56:08 +02:00
modes.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
peer.go core, eth: implement eth/65 transaction fetcher 2020-02-11 13:56:36 +02:00
queue.go eth/downloader: fix possible data race by inconsistent field protection (#20690) 2020-02-25 11:44:21 +02:00
statesync.go trie: remove node ordering slice in sync batch (#19929) 2019-10-28 18:50:11 +01:00
testchain_test.go cosensus, core, eth, params, trie: fixes + clique history cap 2019-05-16 10:39:35 +03:00
types.go eth: conform better to the golint standards (#16783) 2018-06-14 13:14:52 +03:00