Commit Graph

626 Commits (1fa3362ea7166f04896138201f21a038b2d18ad1)

Author SHA1 Message Date
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
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
Anton Evangelatov 3e9ba57669 swarm/storage: improve instrumentation 5 years ago
Elad a1cd7e6e92 p2p/protocols, swarm/network: fix resource leak with p2p teardown 5 years ago
Anton Evangelatov 993b145f25 swarm/storage/localstore: fix export db.Put signature 5 years ago
Felix Lange dba1750eda p2p/discover: split out discv4 code 5 years ago
Janoš Guljaš 3873a7314d swarm/network: fix data races in TestInitialPeersMsg test (#19490) 5 years ago
Guillaume Ballet 29bba5d0b2 p2p: fix typo in dialstate comment (#19476) 6 years ago
ANOTHEL 3fa76298e4 p2p: remove useless parameter (#19433) 6 years ago