-
Notifications
You must be signed in to change notification settings - Fork 136
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
Update FVM, Deps & Rust #484
base: master
Are you sure you want to change the base?
Conversation
Stebalien
commented
Sep 13, 2024
•
edited
Loading
edited
- Updates the FVM to v4.4.3, v3.11.1, and v2.9.1 in order to pull in the latest wasmtime (v25) version and the latest dependencies.
- Update the rest of our dependencies (except those that have breaking changes, I'll do that in a separate PR).
- Update rust to 1.78, the version used/tested in the FVM crate.
4d75d83
to
2678216
Compare
2678216
to
979cc5c
Compare
@@ -2068,7 +2068,6 @@ pub mod tests { | |||
let f_new_sealed_sector = OpenOptions::new() | |||
.read(true) | |||
.write(true) | |||
.create(true) |
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.
These files already exist.
I would ship this in the next feature release, but not in stable as it pulls in new wasmtime versions (risk) and fixes a long-standing bug that only affects macos. |
(although I'd still like to get it merged...) |
Message received on the risk here of requiring this during a network upgrade without sufficient bake time in production beforehand. As a result, we'll include in v1.31.0. |
This updates us to 1.78, the version the FVM is currently tested against.
979cc5c
to
3f696c9
Compare
3f696c9
to
16015bb
Compare