chore: update forge-fmt, alloy-sol-types, rust toolchain#2299
Merged
shuklaayush merged 15 commits intomainfrom Dec 5, 2025
Merged
chore: update forge-fmt, alloy-sol-types, rust toolchain#2299shuklaayush merged 15 commits intomainfrom
shuklaayush merged 15 commits intomainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
zlangley
reviewed
Dec 4, 2025
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
HrikB
reviewed
Dec 4, 2025
| halo2curves-axiom = { git = "https://github.com/axiom-crypto/halo2curves.git", tag = "v0.7.2" } | ||
|
|
||
| forge-fmt = "0.2.0" | ||
| forge-fmt = { git = "https://github.com/foundry-rs/foundry.git", tag = "v1.5.0" } |
Contributor
There was a problem hiding this comment.
I think this may change the formatting since I remember the formatting given some format config changed in one of the more recent foundry versions. Can you check that the output of this change still produces the same codehash as what we have here?
HrikB
reviewed
Dec 4, 2025
jonathanpwang
approved these changes
Dec 4, 2025
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Commit: e1234c0 |
Maillew
pushed a commit
that referenced
this pull request
Dec 12, 2025
fixes `cargo install ... openvm`. `svm-rs` had a bug and needs to be updated to `v0.5.22`. this requires updating other dependencies and bumping rust toolchain to at least 1.89.0 - update `forge-fmt` and `alloy-sol-types` in order to update to `svm-rs-builds v0.5.22` Fixes INT-5659 --------- Co-authored-by: Jonathan Wang <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes
cargo install ... openvm.svm-rshad a bug and needs to be updated tov0.5.22. this requires updating other dependencies and bumping rust toolchain to at least 1.89.0forge-fmtandalloy-sol-typesin order to update tosvm-rs-builds v0.5.22Fixes INT-5659