Anton Evangelatov
|
ae9f97221a
|
metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910)
* go-metrics: fork library and introduce ResettingTimer and InfluxDB reporter.
* vendor: change nonsense/go-metrics to ethersphere/go-metrics
* go-metrics: add tests. move ResettingTimer logic from reporter to type.
* all, metrics: pull in metrics package in go-ethereum
* metrics/test: make sure metrics are enabled for tests
* metrics: apply gosimple rules
* metrics/exp, internal/debug: init expvar endpoint when starting pprof server
* internal/debug: tiny comment formatting fix
|
2018-02-23 11:56:08 +02:00 |
Felix Lange
|
016007bd25
|
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.
|
2016-07-22 13:17:19 +02:00 |
Leif Jurvetson
|
bbbe2360d0
|
eth: various typos
|
2016-03-15 11:27:49 -07:00 |
Péter Szilágyi
|
5b0ee8ec30
|
core, eth, trie: fix data races and merge/review issues
|
2015-10-21 16:49:55 +03:00 |
Péter Szilágyi
|
17f65cd1e5
|
eth: update metrics collection to handle eth/62 algos
|
2015-08-25 17:48:47 +03:00 |
Péter Szilágyi
|
ca88e18f59
|
eth: kill off protocol eth/60 in preparation for eth/62
|
2015-08-24 17:57:28 +03:00 |
Péter Szilágyi
|
42f44dda54
|
eth, eth/downloader: handle header requests, table driven proto tests
|
2015-08-24 17:57:28 +03:00 |
Péter Szilágyi
|
c51e153b5c
|
eth, metrics, p2p: prepare metrics and net packets to eth/62
|
2015-08-21 10:30:57 +03:00 |
Felix Lange
|
bfbcfbe4a9
|
all: fix license headers one more time
I forgot to update one instance of "go-ethereum" in commit 3f047be5a .
|
2015-07-23 18:35:11 +02:00 |
Felix Lange
|
3f047be5aa
|
all: update license headers to distiguish GPL/LGPL
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
|
2015-07-22 18:51:45 +02:00 |
Felix Lange
|
ea54283b30
|
all: update license information
|
2015-07-07 14:12:44 +02:00 |
Péter Szilágyi
|
f43c07cb3c
|
eth, eth/downloader: transition to eth 61
|
2015-06-30 19:05:06 +03:00 |
Péter Szilágyi
|
2c8ed76e01
|
eth: start cleaning up old protocol implementation, add metrics
|
2015-06-30 19:00:00 +03:00 |