sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

[Ottersec] Set ExcessBlobGas in getHeader to avoid nil pointer issue

Open yzang2019 opened this issue 10 months ago • 0 comments

Describe your changes and provide context

This PR is aiming to fix the ottersec issue: When executing BLOBBASEFEE within eth_estimateGas, since it doesn’t set ExcessBlobGas here, blobBaseFee also remains unset in NewEVMBlockContext, leading to a nil pointer dereference at opBlobBaseFee.

Testing performed to validate your change

yzang2019 avatar Apr 16 '24 07:04 yzang2019