Commit Graph

155 Commits (256aae0bfa9fee14a55347f40714e04062d6be5b)

Author SHA1 Message Date
Taeik Lim 85064ed09b
all: fix 'the the' in comments (#24036) 3 years ago
Ikko Ashimine fb7da82dde
p2p: fix typo in v4wire.go 3 years ago
Guillaume Ballet 0183256e7f
all: fix warning flagging the use of DeepEqual on error (#23624) 3 years ago
Péter Szilágyi 6ef3a16869
p2p/enode: use unix timestamp as base ENR sequence number (#19903) 3 years ago
baptiste-b-pegasys 860184d542
p2p: remove term "whitelist" (#23295) 3 years ago
Felix Lange 3e6f46caec
p2p/discover/v4wire: use optional RLP field for EIP-868 seq (#22842) 3 years ago
Nishant Das 34f3c9539b
p2p/discover: improve discv5 handling of IPv4-in-IPv6 addresses (#22703) 3 years ago
Felföldi Zsolt d96870428f
les: UDP pre-negotiation of available server capacity (#22183) 4 years ago
Nishant Das 429e7141f2
p2p/discover: fix deadlock in discv5 message dispatch (#21858) 4 years ago
Felix Lange 524aaf5ec6
p2p/discover: implement v5.1 wire protocol (#21647) 4 years ago
Felix Lange 5e86e4ed29
p2p/discover: remove use of shared hash instance for key derivation (#21673) 4 years ago
Guillaume Ballet 4e2641319b
p2p/discover: fix typo in comments (#21554) 4 years ago
timcooijmans 7b5107b73f
p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) 4 years ago
Felix Lange 6ef4495a8f
p2p/discover: require table nodes to have an IP (#21330) 4 years ago
Felix Lange 723bd8c17f
p2p/discover: move discv4 encoding to new 'v4wire' package (#21147) 4 years ago
Felix Lange 6f54ae24cd
p2p: add 0 port check in dialer (#21008) 4 years ago
Nishant Das 7a63faf734
p2p/discover: add helper methods to UDPv5 (#20918) 4 years ago
Felix Lange b7394d7942
p2p/discover: add initial discovery v5 implementation (#20750) 5 years ago
Felix Lange 2e98706a99 p2p/discover: slow down lookups on empty table (#20389) 5 years ago
Felix Lange 2c37142d2f cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) 5 years ago
Péter Szilágyi 1a83114c74
all: update author list and licenses 5 years ago
Christian Muehlhaeuser 5183483c53 core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870) 5 years ago
Felix Lange fa538ee7ed p2p/discover: improve randomness of ReadRandomNodes (#19799) 5 years ago
Felix Lange e83c3ccc47
p2p/enode: improve IPv6 support, add ENR text representation (#19663) 5 years ago
Felix Lange 896322bf88
cmd/devp2p: add devp2p debug tool (#19657) 5 years ago
Martin Holst Swende fec3b56f7f accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593) 5 years ago
Felix Lange b548b5aeb0
p2p/discover: fix crash in Resolve (#19579) 5 years ago
Felix Lange 350a87dd3c
p2p/discover: add support for EIP-868 (v4 ENR extension) (#19540) 5 years ago
Martin Holst Swende 95263914fc
p2p/discover: fix a race where table loop would self-lookup before returning from constructor 5 years ago
Felix Lange dba1750eda p2p/discover: split out discv4 code 5 years ago
Felix Lange ed97517ff4 p2p/discover: bump failure counter only if no nodes were provided (#19362) 6 years ago
Felix Lange cf147c71d5 p2p/discover: remove unused function 6 years ago
Matthew Halpern f1537b774c p2p/discover: make maximum packet size a constant (#19061) 6 years ago
Felix Lange a89170cfb2
p2p/discover: improve table addition code (#18974) 6 years ago
Felix Lange f0c6f92140
p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963) 6 years ago
Martin Holst Swende 493903eede
core: better side-chain importing 6 years ago
Felix Lange 6f607de5d5
p2p, p2p/discover: add signed ENR generation (#17753) 6 years ago
Felix Lange 30cd5c1854
all: new p2p node representation (#17643) 6 years ago
Emil 86a03f97d3 all: simplify s[:] to s where s is a slice (#17673) 6 years ago
Oleg Kovalov cf05ef9106 p2p, swarm, trie: avoid copying slices in loops (#17265) 6 years ago
Felix Lange c73b654fd1 p2p/discover: move bond logic from table to transport (#17048) 6 years ago
Elad 1836366ac1 all: library changes for swarm-network-rewrite (#16898) 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
Felix Lange aeedec4078 p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode 7 years ago
Péter Szilágyi 32301a4d6b
p2p/discover: validate bond against lastpong, not db presence 7 years ago
Péter Szilágyi 20797348ca
p2p/discover: fix out-of-bounds issue 7 years ago
Felix Lange 9123eceb0f p2p, p2p/discover: misc connectivity improvements (#16069) 7 years ago
Felföldi Zsolt 92580d69d3 p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) 7 years ago
ferhat elmas afa3c72c40 p2p/discover: fix leaked goroutine in data expiration 7 years ago