edr
edr copied to clipboard
Include blob information in `eth_feeHistory` result
Definition of done
The result of the eth_feeHistory
method should include baseFeePerBlobGas
and blobGasUsedRatio
.
I don't know how this is computed, but my guess is that it should be analogue to the same fields for normal gas.
See execution-spec and geth PR.