go-ethereum/eth
Dan Laine b1ef0bfe03
eth: use slices package for sorting (#27490)
Also adds Hash.Less method for sorting purposes.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2023-06-19 23:38:57 +02:00
..
catalyst all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
downloader eth/downloader: drop beacon head updates if the syncer is restarting (#27397) 2023-06-05 09:59:38 +03:00
ethconfig all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
fetcher all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
filters eth/filters: reuse handleLogs method for removed logs (#27438) 2023-06-08 11:40:22 +02:00
gasprice eth: use slices package for sorting (#27490) 2023-06-19 23:38:57 +02:00
protocols eth: use slices package for sorting (#27490) 2023-06-19 23:38:57 +02:00
tracers eth: use slices package for sorting (#27490) 2023-06-19 23:38:57 +02:00
api.go
api_admin.go
api_backend.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
api_debug.go internal/ethapi: remove error return on RPCMarshalBlock (#27449) 2023-06-13 03:02:11 -04:00
api_debug_test.go eth: use slices package for sorting (#27490) 2023-06-19 23:38:57 +02:00
api_miner.go core/txpool: make transaction validation reusable across packages (pools) (#27429) 2023-06-06 12:53:29 +03:00
backend.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
bloombits.go
handler.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
handler_eth.go
handler_eth_test.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
handler_snap.go
handler_test.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
peer.go
peerset.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
state_accessor.go
sync.go
sync_test.go