go-ethereum/triedb/pathdb
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_test.go triedb/pathdb: improve tests (#29278) 2024-03-19 10:50:08 +08:00
database.go cmd, triedb: implement history inspection (#29267) 2024-03-22 20:12:10 +08:00
difflayer_test.go triedb/pathdb: improve tests (#29278) 2024-03-19 10:50:08 +08:00
difflayer.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
disklayer.go core/state, trie/triedb/pathdb: remove storage incomplete flag (#28940) 2024-03-05 14:31:55 +01:00
errors.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
history_inspect.go cmd, triedb: implement history inspection (#29267) 2024-03-22 20:12:10 +08:00
history_test.go triedb/pathdb: improve tests (#29278) 2024-03-19 10:50:08 +08:00
history.go all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00
journal.go core/state, trie/triedb/pathdb: remove storage incomplete flag (#28940) 2024-03-05 14:31:55 +01:00
layertree.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
metrics.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
nodebuffer.go core, triedb/pathdb: calculate the size for batch pre-allocation (#29106) 2024-02-28 14:23:52 +02:00
testutils.go all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00