Commit Graph

686 Commits (deb5c087c41e5d7692fac2cff4c5aa547a108bc1)

Author SHA1 Message Date
ucwong c87cdd3053
p2p/discv5: add missing Timer.Stop calls (#20853) 5 years ago
ucwong bf35e27ea7
p2p/server: add UDP port mapping goroutine to wait group (#20846) 5 years ago
Felix Lange 1e1b18637e
p2p/discv5: fix test on go 1.14 (#20724) 5 years ago
Boqin Qin 1b9c5b393b
all: fix goroutine leaks in unit tests by adding 1-elem channel buffer (#20666) 5 years ago
Felix Lange 57d4898e29
p2p/dnsdisc: re-check tree root when leaf resolution fails (#20682) 5 years ago
Felix Lange ac72787768
p2p: remove MeteredPeerEvent (#20679) 5 years ago
Felix Lange 90caa2cabb
p2p: new dial scheduler (#20592) 5 years ago
Boqin Qin a9614c3c91
event, p2p/simulations/adapters: fix rare goroutine leaks (#20657) 5 years ago
Felix Lange d5acc5ed9e p2p: ensure Server.loop is ticking even if discovery hangs (#20573) 5 years ago
Felix Lange fcafa0baa5 p2p: wait for listener goroutines on shutdown (#20569) 5 years ago
Felix Lange 191364c350 p2p/dnsdisc: add enode.Iterator API (#20437) 5 years ago
Marius van der Wijden c9dce0bfd7 p2p/enode: remove data race in sliceIter (#20421) 5 years ago
Felix Lange 2e98706a99 p2p/discover: slow down lookups on empty table (#20389) 5 years ago
Felix Lange fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
Felix Lange df206d2513
p2p/simulations: fix staticcheck warnings (#20322) 5 years ago
Felix Lange 9e8cc00b73
p2p: remove unused code (#20325) 5 years ago
Felix Lange 5fefe39ba5 p2p/netutil: fix staticcheck warning (#20315) 5 years ago
Felix Lange 689486449d build: use golangci-lint (#20295) 5 years ago
Felix Lange 7c4a4eb58a rpc, p2p/simulations: use github.com/gorilla/websocket (#20289) 5 years ago
Kurkó Mihály 4ea9b62b5c dashboard: send current block to the dashboard client (#19762) 5 years ago
Rick 6f1a600f6c p2p: fix bug in TestPeerDisconnect (#20277) 5 years ago
Felix Lange adf007dadc
p2p/enode: mock DNS resolver in URL parsing test (#20252) 5 years ago
Felix Lange 2c37142d2f cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) 5 years ago
Ross d5b79e752e p2p/simulations: add node properties support and utility functions (#20060) 5 years ago
Felix Lange 7300365956 p2p/dnsdisc: update to latest EIP-1459 spec (#20168) 5 years ago
Péter Szilágyi a2a60869c8
p2p: measure subprotocol bandwidth usage 5 years ago
Felix Lange 0568e81701
p2p/dnsdisc: add implementation of EIP-1459 (#20094) 5 years ago
Felix Lange 39b0b1a1a6
all: make unit tests work with Go 1.13 (#20053) 5 years ago
Péter Szilágyi 72d5a27a39
core, metrics, p2p: switch some invalid counters to gauges 5 years ago
Felix Lange 54b271a86d
crypto: add SignatureLength constant and use it everywhere (#19996) 5 years ago
alexwang b90cdbaa79 p2p/enode: allow DNS names in enode URLs (#18524) 5 years ago
Felix Lange 26f538b0e5
p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 (#19963) 5 years ago
Christian Muehlhaeuser a32a2b933a cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments (#19869) 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
Kurkó Mihály a1f8549262 p2p: add ENR to PeerInfo (#19816) 5 years ago
大彬 4ac04ae0fe all: replace fmt.Print* calls with t.Log* in tests (#19670) 5 years ago
Felix Lange fa538ee7ed p2p/discover: improve randomness of ReadRandomNodes (#19799) 5 years ago
Péter Szilágyi 983f92368b
core/forkid: implement the forkid EIP, announce via ENR (#19738) 5 years ago
Felix Lange cc0f0e27a6 p2p: remove "cap" enr entry (#19800) 5 years ago
Martin Holst Swende 7fd82a0e3e p2p: add address info to peer event reporting (#19716) 5 years ago
gary rong f7cdea2bdc all: on-chain oracle checkpoint syncing (#19543) 5 years ago
lash cdadf57bf9 p2p/simulations: Enable access to MsgEvents with execadapter (#19749) 5 years ago
Felix Lange f213ceb83f p2p: add more info to peer addition and removal logs (#19712) 5 years ago
Felix Lange c420dcb39c
p2p: enforce connection retry limit on server side (#19684) 5 years ago
Péter Szilágyi b02958b9c5
core, ethdb, metrics, p2p: expose various counter metrics for grafana 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
Rafael Matias 42b81f94ad swarm: code cleanup, move to ethersphere/swarm (#19661) 5 years ago
Martin Holst Swende fec3b56f7f accounts, p2p, rpc: make CGO_ENABLED=0 build again (#19593) 5 years ago