go-ethereum/tests/fuzzers/rangeproof
Péter Szilágyi 811a674059 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:19:12 +02:00
..
corpus core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
debug all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
rangeproof-fuzzer.go all: update golang/x/ext and fix slice sorting fallout (#27909) 2023-08-12 00:19:12 +02:00