plugeth/p2p
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.
2021-10-29 14:37:00 +02:00
..
discover all: fix warning flagging the use of DeepEqual on error (#23624) 2021-10-19 17:06:47 +02:00
dnsdisc
enode p2p/enode: use unix timestamp as base ENR sequence number (#19903) 2021-09-07 12:36:48 +02:00
enr
msgrate p2p/msgrate: return capacity as integer, clamp to max uint32 (#22943) 2021-05-27 19:43:55 +03:00
nat
netutil all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
nodestate
rlpx
simulations eth/filters, p2p/simulations: fix benchmarks (#23806) 2021-10-29 14:37:00 +02:00
tracker
dial_test.go
dial.go p2p, p2p/enode: fix data races (#23434) 2021-08-24 12:22:56 +02:00
message_test.go
message.go
metrics.go
peer_error.go p2p: fix array out of bounds issue (#23165) 2021-07-06 09:33:51 +02:00
peer_test.go
peer.go
protocol.go
server_test.go all: fix warning flagging the use of DeepEqual on error (#23624) 2021-10-19 17:06:47 +02:00
server.go p2p: remove term "whitelist" (#23295) 2021-07-29 17:50:18 +02:00
transport_test.go
transport.go
util_test.go
util.go