go-ethereum/p2p/dnsdisc
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314)
This change includes a leftovers from https://github.com/ethereum/go-ethereum/pull/29307
- using the [new `slices` package](https://go.dev/doc/go1.21#slices) and
- using the [new `cmp.Ordered`](https://go.dev/doc/go1.21#cmp) instead of exp `constraints.Ordered`
2024-03-25 07:50:18 +01:00
..
client.go all: replace fmt.Errorf() with errors.New() if no param required (#29126) 2024-02-29 11:56:46 +02:00
client_test.go p2p: initialize maps with known size (#27229) 2023-05-10 10:52:26 +02:00
doc.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
error.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
sync.go p2p/dnsdisc: fix hot-spin when all trees are empty (#22313) 2021-02-19 09:54:46 +01:00
sync_test.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
tree.go all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00
tree_test.go p2p/dnsdisc: fix tests with Go 1.20 (#26690) 2023-02-14 15:58:43 +02:00