Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Giuseppe Bertone
5cdb476dd1
"Downloader queue stats" is now provided once per minute ( #21455 )
...
* "Downloader queue stats" is now a DEBUG information
I think this info is more a DEBUG related information then an INFO. If it must remains an INFO, maybe it can be slow down to one time every 5 minutes or so.
* Update queue.go
"Downloader queue stats" information is now provided once every minute instead of once every 10 seconds.
4 years ago
..
api.go
core, eth: fix goimports for Go 1.11
6 years ago
downloader.go
core/state, eth, trie: stabilize memory use, fix memory leak
4 years ago
downloader_test.go
core: define and test chain rewind corner cases ( #21409 )
4 years ago
events.go
cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode ( #17321 )
6 years ago
fakepeer.go
core, eth, les, light: scope receipt functionality a bit cleaner
6 years ago
metrics.go
eth/downloader: refactor downloader + queue ( #21263 )
4 years ago
modes.go
eth/downloader: fixes data race between synchronize and other methods ( #21201 )
4 years ago
peer.go
eth/downloader: remove eth62 ( #21378 )
4 years ago
peer_test.go
eth/downloader: refactor downloader + queue ( #21263 )
4 years ago
queue.go
"Downloader queue stats" is now provided once per minute ( #21455 )
4 years ago
queue_test.go
eth/downloader: refactor downloader + queue ( #21263 )
4 years ago
resultstore.go
eth/downloader: refactor downloader + queue ( #21263 )
4 years ago
statesync.go
core, eth, les, trie: add a prefix to contract code ( #21080 )
4 years ago
testchain_test.go
les: historical data garbage collection ( #19570 )
4 years ago
types.go
eth: conform better to the golint standards ( #16783 )
6 years ago