go-ethereum/triedb
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
..
database all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
hashdb triedb/hashdb: Avoid setting db.cleans on Close (#29309) 2024-03-22 19:38:24 +08:00
pathdb all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00
database.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
history.go cmd, triedb: implement history inspection (#29267) 2024-03-22 20:12:10 +08:00
preimages.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00