go-ethereum/eth/gasprice
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
..
feehistory_test.go eth/gasprice: change feehistory input type from int to uint64 (#26922) 2023-03-23 16:12:37 -04:00
feehistory.go all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00
gasprice_test.go miner: refactor the miner, make the pending block on demand (#28623) 2024-03-06 14:45:03 +02:00
gasprice.go all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00