Commit 8b84af96 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts-bedrock: cancun evm version (#9920)

* contracts-bedrock: cancun evm version

Turns on the cancun evm version for the evm now that
decun is on mainnet. Also ignores some compiler warnings
related to tstore, code too large and initcode too large.

* fix: human readable config

Updates the `ignored_error_codes` section in foundry.toml to be more human readable
Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>

---------
Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
parent 5b39256b
......@@ -25,6 +25,8 @@ extra_output = ['devdoc', 'userdoc', 'metadata', 'storageLayout']
bytecode_hash = 'none'
build_info_path = 'artifacts/build-info'
ast = true
evm_version = "cancun"
ignored_error_codes = ["transient-storage", "code-size", "init-code-size"]
# Test / Script Runner Settings
ffi = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment