1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/eth/gasprice
James 2585776aab
eth/gasprice: fix eth_feeHistory blobGasRatio (#31246)
This change divides BlobGasUsed by MaxBlobGasPerBlock instead of
MaxBlobsPerBlock. Dividing by MaxBlobsPerBlock
meant the blobGasUsedRatio was an incorrect large number. This bug was
introduced by a typo
[here](e6f3ce7b16 (diff-3357b2399699d7cf954c543cbfb02ff442eb24491e55f5e813e3cc85829b3e8dR110))

Fixes https://github.com/ethereum/go-ethereum/issues/31245
2025-02-26 11:24:14 -07:00
..
feehistory.go eth/gasprice: fix eth_feeHistory blobGasRatio (#31246) 2025-02-26 11:24:14 -07:00
feehistory_test.go eth/gasprice: remove default from config (#30080) 2024-07-22 15:58:53 +08:00
gasprice.go eth/gasprice: ensure cache purging goroutine terminates with subscription (#31025) 2025-01-14 16:26:24 +01:00
gasprice_test.go consensus/beacon: remove TestingTTDBlock (#31153) 2025-02-11 13:44:25 +01:00