Commit Graph

51 Commits (1ea7537997d1c5444f78ec87f8b309b2f908c76e)

Author SHA1 Message Date
libotony 2e08dad9e6
p2p/discv5: unset pingEcho on pong timeout (#21324) 4 years ago
Felix Lange c8e9a91672
build: upgrade to golangci-lint 1.24.0 (#20901) 5 years ago
ucwong 0c359e4b9a
p2p/discv5, p2p/testing: add missing Timer.Stop calls in tests (#20869) 5 years ago
ucwong c87cdd3053
p2p/discv5: add missing Timer.Stop calls (#20853) 5 years ago
Felix Lange 1e1b18637e
p2p/discv5: fix test on go 1.14 (#20724) 5 years ago
Felix Lange fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
Felix Lange 26f538b0e5
p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 (#19963) 5 years ago
Péter Szilágyi 1a83114c74
all: update author list and licenses 5 years ago
大彬 4ac04ae0fe all: replace fmt.Print* calls with t.Log* in tests (#19670) 5 years ago
Dave McGregor 33d233d3e1
vendor, crypto, swarm: switch over to upstream sha3 package 6 years ago
yahtoo aad3c67a92 p2p/discv5: don't hash findnode target in lookup against table (#18309) 6 years ago
Péter Szilágyi edc39aaedf
p2p/discv5: gofmt 6 years ago
ANOTHEL 89fe24bbcc p2p/discv5: minor code simplification (#18188) 6 years ago
Felix Lange 6f607de5d5
p2p, p2p/discover: add signed ENR generation (#17753) 6 years ago
Liang ZOU 6663e5da10 all: fix various comment typos (#17748) 6 years ago
Emil 86a03f97d3 all: simplify s[:] to s where s is a slice (#17673) 6 years ago
HAOYUatHZ 5c0954afff p2p/discv5: make idx bounds checking more sound (#17571) 6 years ago
Felföldi Zsolt b52bb31b76 p2p/discv5: add delay to refresh cycle when no seed nodes are found (#16994) 6 years ago
libotony 834057592f p2p/discv5: fix negative index after uint convert to int (#17274) 6 years ago
Oleg Kovalov cf05ef9106 p2p, swarm, trie: avoid copying slices in loops (#17265) 6 years ago
Dmitry Shulyak 7677ec1f34 p2p/discv5: add egress/ingress traffic metrics to discv5 udp transport (#16369) 6 years ago
kiel barry 864e80a48f p2p: fix some golint warnings (#16577) 6 years ago
thomasmodeneis ba1030b6b8 build: enable goimports and varcheck linters (#16446) 7 years ago
Felföldi Zsolt c4712bf96b p2p/discv5: fix multiple discovery issues (#16036) 7 years ago
Felföldi Zsolt 6198c53e28 p2p/discv5: fix removeTicketRef cached ticket removal (#15995) 7 years ago
Felföldi Zsolt 397c6cde1e p2p/discv5: fix topic register panic at shutdown (#15946) 7 years ago
Martin Holst Swende 48641d7308
p2p/discv5: logs info about discv5 node info at bind time 7 years ago
Felföldi Zsolt 92580d69d3 p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) 7 years ago
Felix Lange 5c2f1e0014 all: update generated code (#15808) 7 years ago
ferhat elmas 5866626b08 core, p2p/discv5: use time.NewTicker instead of time.Tick (#15747) 7 years ago
Péter Szilágyi c15d76a40f p2p/discv5: fix reg lookup, polish code, use logger (#15737) 7 years ago
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
Felix Lange 30d706c35e cmd/geth: add --config file flag (#13875) 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Péter Szilágyi 189dee26c6
p2p: remove trailing newlines from log messages 8 years ago
Felix Lange 9b0af51386 crypto: add btcec fallback for sign/recover without cgo (#3680) 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 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 2573094df2
p2p/discover, p2p/discv5: use flexible comparison for IPs 8 years ago
Zsolt Felfoldi a6d3bf6fc3 p2p/discv5: search and lookup improvement 8 years ago
Felix Lange a47341cf96 p2p, p2p/discover, p2p/discv5: add IP network restriction feature 8 years ago
Felix Lange a98d1d67d6 p2p/discover, p2p/discv5: prevent relay of invalid IPs and low ports 8 years ago
Felix Lange ba2884f343 p2p/discover, p2p/discv5: use netutil.IsTemporaryError 8 years ago
Péter Szilágyi b61f48e5aa
cmd, mobile, node, p2p: surface the discovery V5 bootnodes 8 years ago
Zsolt Felfoldi 1f70b279ba p2p/discv5: added new bootnodes 8 years ago
Zsolt Felfoldi e33e57684f p2p/discv5: fixed bootnode connect issues 8 years ago
Zsolt Felfoldi 09baeec0da discv5: fixed state machine lockup bug 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
Felix Lange 0f19cbc6e5 p2p/discv5: fix build with Go 1.5, delete package testimg 8 years ago