go-ethereum/consensus
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
..
beacon eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
clique all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00
ethash eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
misc eth/tracers: live chain tracing with hooks (#29189) 2024-03-22 18:53:53 +01:00
consensus.go core: refactor consensus interface (#29283) 2024-03-20 14:58:47 +01:00
errors.go consensus/beacon: check that only the latest pow block is valid ttd block (#25187) 2022-06-29 15:13:19 +03:00