-
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
chore: use EvmVersion::Cancun #6906
chore: use EvmVersion::Cancun #6906
Conversation
is anyone using this in foundry.toml? |
https://github.com/hrkrshnn/tstore-template perhaps we should keep the value for a bit? |
bc16a37
to
5b6618e
Compare
We can keep a deprecation warning for a bit and if it's true just set evmversion to cancun |
5b6618e
to
5470fea
Compare
good idea, rolled it back and added deprecation entry |
crates/config/src/lib.rs
Outdated
/// Deprecated keys and their replacements. | ||
/// | ||
/// See [Warning::DeprecatedKey] | ||
pub static DEPRECATIONS: Lazy<HashMap<String, String>> = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there aren't / there won't be many, this should just be a &[(&str, &str)]
with a linear search where it's used. Same for STANDALONE_FALLBACK_SECTIONS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, unrelated to this pr but might as well just fix that here
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
this deprecates the tmp cancun config value and supports new
EvmVersion::Cancun
blocked by svm 0.8.24 release