plugeth/consensus/clique
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909)
The Go authors updated golang/x/ext to change the function signature of the slices sort method. 
It's an entire shitshow now because x/ext is not tagged, so everyone's codebase just 
picked a new version that some other dep depends on, causing our code to fail building.

This PR updates the dep on our code too and does all the refactorings to follow upstream...
2023-08-12 00:04:12 +02:00
..
api.go consensus/clique: fix typo in comment (#27503) 2023-06-19 08:47:00 +02:00
clique_test.go all: remove the Rinkeby testnet (#27406) 2023-06-02 14:03:21 +03:00
clique.go consensus/misc: move eip1559 into a package (#27828) 2023-08-01 12:58:45 +03:00
snapshot_test.go all: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:04:12 +02:00
snapshot.go all: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:04:12 +02:00