Skip to content

Commit

Permalink
chore: solc 0.8.24 (#6916)
Browse files Browse the repository at this point in the history
* chore: solc 0.8.24

* Update crates/forge/tests/cli/svm.rs

Co-authored-by: Enrique <[email protected]>

---------

Co-authored-by: Enrique <[email protected]>
  • Loading branch information
mattsse and Evalir authored Jan 27, 2024
1 parent ae32c17 commit 1839c72
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
25 changes: 19 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ foundry-test-utils = { path = "crates/test-utils" }

# solc & compilation utilities
foundry-block-explorers = { version = "0.2.0", default-features = false }
foundry-compilers = { version = "0.2.3", default-features = false }
foundry-compilers = { version = "0.2.4", default-features = false }

## revm
# no default features to avoid c-kzg
Expand Down
7 changes: 4 additions & 3 deletions crates/forge/tests/cli/svm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ use svm::Platform;
/// Solc to Foundry release process:
/// 1. new solc release
/// 2. svm updated with all build info
/// 3. svm bumped in ethers-rs
/// 4. ethers bumped in foundry + update the `LATEST_SOLC`
const LATEST_SOLC: Version = Version::new(0, 8, 23);
/// 3. svm bumped in foundry-compilers
/// 4. foundry-compilers update with any breaking changes
/// 5. upgrade the `LATEST_SOLC`
const LATEST_SOLC: Version = Version::new(0, 8, 24);

macro_rules! ensure_svm_releases {
($($test:ident => $platform:ident),* $(,)?) => {$(
Expand Down

0 comments on commit 1839c72

Please sign in to comment.