plugeth/eth/gasprice
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
..
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: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:04:12 +02:00
gasprice_test.go all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
gasprice.go all: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:04:12 +02:00