Commit Graph

56 Commits (dc2f4b9304517fd17321c26c47fb5e9ef1ca544b)

Author SHA1 Message Date
Martin Holst Swende c2e0abce2e
ethstats: set readlimit on ethstats server connection (#26207) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
s7v7nislands 7caa2d8163
all: replace strings.Replace with string.ReplaceAll (#24835) 2 years ago
Péter Szilágyi 9e17648d8c
les: duplicate downloader and fetcher to allow progressive refactoring 3 years ago
Péter Szilágyi 6b6d3190cf
ethstats: fix full node interface post 1559 3 years ago
Mike Burr 5869789d75
ethstats: fix typo in comment (#22952) 3 years ago
meowsbits 10962b685e
ethstats: fix URL parser for '@' or ':' in node name/password (#21640) 3 years ago
Péter Szilágyi 55300d4fdb
all: fix miner hashRate -> hashrate on API calls 4 years ago
Marius van der Wijden 3faae5defc
ethstats: avoid creating subscriptions on background goroutine (#22587) 4 years ago
Péter Szilágyi 017831dd5b
core, eth: split eth package, implement snap protocol (#21482) 4 years ago
Péter Szilágyi 9f45d6efae
ethstats: split read and write lock, otherwise they'll lock up 4 years ago
Martin Holst Swende 6a53ce29a4
ethstats: overwrite old errors 4 years ago
Martin Holst Swende 82a9e11058
ethstats: avoid concurrent write on websocket (#21404) 4 years ago
rene c0c01612e9
node: refactor package node (#21105) 4 years ago
Péter Szilágyi 0fef66c739
ethstats: fix reconnection issue, implement primus pings 4 years ago
ucwong 39abd92ca8
ethstats: use timer instead of time.sleep (#20924) 4 years ago
Hao Duan 81e9caed7d
ethstats: avoid blocking chan when received invalid stats request (#21073) 4 years ago
Hao Duan a188a1e150
ethstats: stop report ticker in each loop cycle #21070 (#21071) 4 years ago
ucwong 37d6357806
ethstats: add missing Ticker.Stop call (#20867) 5 years ago
Felix Lange 04e175b8ec rpc: implement websockets with github.com/gorilla/websocket (#19866) 5 years ago
Martin Holst Swende 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 years ago
kevin.xu fdfd6d3c39 ethstats: comment minor correction (#17102) 6 years ago
kiel barry 0ad32d3be7 ethstats: fix last golint warning (#16837) 6 years ago
Péter Szilágyi 49719e21bc
core, eth: minor txpool event cleanups 6 years ago
rjl493456442 a2e43d28d0
all: collate new transaction events together 6 years ago
kiel barry 4747aad160 eth: golint fixes to variable names (#16711) 6 years ago
Magicking 90e5744d6f
ethstats: Fix ethstats reporting while syncing 7 years ago
Péter Szilágyi 6f69cdd109
all: switch gas limits from big.Int to uint64 7 years ago
Péter Szilágyi f7ca03ae87 eth, les, light: expose chain config in les node info too (#15732) 7 years ago
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
Felföldi Zsolt ca376ead88 les, light: LES/2 protocol version (#14970) 7 years ago
Miya Chen bf1e263128 core, light: send chain events using event.Feed (#14865) 7 years ago
Egon Elbre 3780d0b6f7 ethstats: fix megacheck warnings 7 years ago
Péter Szilágyi a355b401db
ethstats: reduce ethstats traffic by trottling reports 7 years ago
Péter Szilágyi 09d59da3a1
ethstats: don't report transaction content, only hash 7 years ago
Péter Szilágyi a2f23ca9b1 cmd, core, eth, miner: remove txpool gas price limits (#14442) 7 years ago
Péter Szilágyi e61035c5a3
cmd, eth, les, mobile: make networkid uint64 everywhere 8 years ago
Péter Szilágyi a7b9e484d0 consensus, core, ethstats: use engine specific block beneficiary (#14318) 8 years ago
Péter Szilágyi fb98a8c6c2
ethstats: cut short unavailable history responses 8 years ago
Péter Szilágyi 96d1a4aee6
ethstats: sanity check ethstats history queries 8 years ago
Péter Szilágyi db93641941
ethstats: work around weird URL scheme parsing issues 8 years ago
Péter Szilágyi bb7dca275c ethstats: cleanups, trace logs and "fix" history responses (#3812) 8 years ago
Péter Szilágyi 2ba9374789
ethstats: try both ws:// and wss:// if none specified 8 years ago
Péter Szilágyi e7030c4bf5
all: update light logs (and a few others) to the new model 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Felix Lange f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Péter Szilágyi b2c226cb7d
ethstats: implement block history retrievals 8 years ago