-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
vm.rollFork header validation error: excess_blob_gas
#9297
Comments
Hi @GlebRadchenko I'm unable to reproduce your the error with the given test
Would you mind adding your |
Sure, here is my [profile.default]
src = 'src'
out = 'out'
libs = ['lib']
gas_reports = ["test/*"]
evm_version = "cancun"
solc-version = "0.8.25"
fs_permissions = [{ access = "read", path = "./"}] # for test json reading no specific env settings: |
@zerosnacks noticed that if I use |
Thanks @GlebRadchenko for reporting, looks like an issue in the way we are setting the field here w/ foundry/crates/evm/core/src/backend/mod.rs Lines 1925 to 1926 in 8c01706
Fix is incoming |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (e028b92 2024-11-11T00:26:04.968342000Z)
What command(s) is the bug in?
forge test
Operating System
macOS (Apple Silicon)
Describe the bug
Got following error while running
forge test
:Note:
same behavior is observed using
vm.createSelectFork
The text was updated successfully, but these errors were encountered: