mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
After AvailableBlobs was changed to return []bool, the caller used len() on the result, which always equals len(hashes). The available metric over-reports and the v2 short-circuit before the expensive disk read is dead. Count the true entries instead. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_benchmark_test.go | ||
| api_test.go | ||
| api_testing.go | ||
| api_testing_test.go | ||
| metrics.go | ||
| queue.go | ||
| simulated_beacon.go | ||
| simulated_beacon_api.go | ||
| simulated_beacon_test.go | ||
| witness.go | ||