Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add empty uint256 to st.emv.BlobFee #224

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

mininny
Copy link
Member

@mininny mininny commented Oct 10, 2024

Add empty uint256 to st.emv.BlobFee for DepositTx because deposit tx doesn't pay gas on L2. Without this, st.emv.BlobFee is nil in

fromBal.Add(fromBal, env.BlobFee.ToBig())
, which causes rpc crash.

Resolves #223

@mininny mininny merged commit 9117cf0 into op-erigon Oct 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug_traceBlockByNumber method handler crashed
2 participants