aboutsummaryrefslogtreecommitdiffstats
path: root/ethstats
Commit message (Expand)AuthorAgeFilesLines
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-19/+44
* ethstats: fix megacheck warningsEgon Elbre2017-08-071-3/+0
* ethstats: reduce ethstats traffic by trottling reportsPéter Szilágyi2017-06-011-22/+51
* ethstats: don't report transaction content, only hashPéter Szilágyi2017-05-301-12/+10
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-171-1/+3
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-2/+2
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-1/+12
* ethstats: cut short unavailable history responsesPéter Szilágyi2017-04-041-2/+10
* ethstats: sanity check ethstats history queriesPéter Szilágyi2017-03-311-2/+8
* ethstats: work around weird URL scheme parsing issuesPéter Szilágyi2017-03-301-2/+2
* ethstats: cleanups, trace logs and "fix" history responses (#3812)Péter Szilágyi2017-03-241-69/+85
* ethstats: try both ws:// and wss:// if none specifiedPéter Szilágyi2017-03-201-10/+28
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-19/+19
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-21/+20
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-23/+6
* all: gofmt -w -sFelix Lange2017-01-061-7/+7
* ethstats: implement block history retrievalsPéter Szilágyi2016-12-121-38/+190
* ethstats: fix timestamps and add custom proto supportPéter Szilágyi2016-12-121-1/+8
* ethstats: check if received event is validBas van Kervel2016-12-011-1/+9
* ethstats: don't drop concurrent head reports (mini forks)Péter Szilágyi2016-11-291-16/+16
* ethstats: report block miner, gas limit and gas consumptionPéter Szilágyi2016-11-291-6/+12
* cmd, ethstats, les, mobile, params: native netstats (#3336)Péter Szilágyi2016-11-251-0/+452