Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
31870a59ff
eth/filters, p2p/simulations: fix benchmarks ( #23806 )
...
Some benchmarks in eth/filters were not good: they weren't reproducible, relying on geth chaindata to be present.
Another one was rejected because the receipt was lacking a backing transcation.
The p2p simulation benchmark had a lot of the warnings below, due to the framework calling both
Stop() and Close(). Apparently, the simulated adapter is the only implementation which has a Close(),
and there is no need to call both Stop and Close on it.
3 years ago
..
discover
all: fix warning flagging the use of DeepEqual on error ( #23624 )
3 years ago
dnsdisc
p2p/dnsdisc: fix crash when iterator closed before first call to Next ( #22906 )
4 years ago
enode
p2p/enode: use unix timestamp as base ENR sequence number ( #19903 )
3 years ago
enr
p2p/enr: fix decoding of incomplete lists ( #22484 )
4 years ago
msgrate
p2p/msgrate: return capacity as integer, clamp to max uint32 ( #22943 )
3 years ago
nat
p2p/nat: skip TestUPNP in non-CI environments if discover fails ( #22877 )
4 years ago
netutil
all: add go:build lines ( #23468 )
3 years ago
nodestate
les: move client pool to les/vflux/server ( #22495 )
4 years ago
rlpx
p2p/rlpx: reduce allocation and syscalls ( #22899 )
3 years ago
simulations
eth/filters, p2p/simulations: fix benchmarks ( #23806 )
3 years ago
tracker
p2p/tracker: only reschedule wake if previous didn't run
4 years ago
dial.go
p2p, p2p/enode: fix data races ( #23434 )
3 years ago
dial_test.go
p2p: new dial scheduler ( #20592 )
5 years ago
message.go
eth: implement eth66 ( #22241 )
4 years ago
message_test.go
p2p: move rlpx into separate package ( #21464 )
4 years ago
metrics.go
eth/protocols, prp/tracker: add support for req/rep rtt tracking ( #22608 )
4 years ago
peer.go
eth: unregister peer only when handler exits ( #22908 )
4 years ago
peer_error.go
p2p: fix array out of bounds issue ( #23165 )
3 years ago
peer_test.go
p2p: move rlpx into separate package ( #21464 )
4 years ago
protocol.go
cmd/devp2p, p2p: dial using node iterator, discovery crawler ( #20132 )
5 years ago
server.go
p2p: remove term "whitelist" ( #23295 )
3 years ago
server_test.go
all: fix warning flagging the use of DeepEqual on error ( #23624 )
3 years ago
transport.go
p2p/rlpx: reduce allocation and syscalls ( #22899 )
3 years ago
transport_test.go
p2p: move rlpx into separate package ( #21464 )
4 years ago
util.go
p2p: new dial scheduler ( #20592 )
5 years ago
util_test.go
p2p: new dial scheduler ( #20592 )
5 years ago