-
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
Porting filecoin-ffi to win32 #357
base: asr/fvm-update
Are you sure you want to change the base?
Commits on Dec 18, 2022
-
Merge pull request filecoin-project#349 from filecoin-project/asr/fvm…
…-update Update FVM (3.0.0-alpha.16) and ipld_encoding (0.3.2)
Configuration menu - View commit details
-
Copy full SHA for 047dc5c - Browse repository at this point
Copy the full SHA 047dc5cView commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 746570e - Browse repository at this point
Copy the full SHA 746570eView commit details -
Merge pull request filecoin-project#350 from filecoin-project/asr/upd…
…ate-fvm Update to FVM 3.0.0-alpha.17
Configuration menu - View commit details
-
Copy full SHA for f294254 - Browse repository at this point
Copy the full SHA f294254View commit details -
feat: switch to an FFI-level config
This means we don't construct a v3 config at the top level, then try to convert it to a v2 config. When we do that, we run into issues if, e.g., v3 doesn't define a price-list for a version only supported by v2. This PR also has a bit of cleanup: 1. Removes the manifest CID. 2. Changes the network version from u64 to u32 (simplifies some code). 3. Deletes all the overlay blockstore logic (was only used if the manifest was explicitly passed). Actor "overrides" should now only be done via "redirects".
Configuration menu - View commit details
-
Copy full SHA for 157bc19 - Browse repository at this point
Copy the full SHA 157bc19View commit details -
Merge pull request filecoin-project#351 from filecoin-project/feat/ff…
…i-config feat: switch to an FFI-level config
Configuration menu - View commit details
-
Copy full SHA for 9f2ccf7 - Browse repository at this point
Copy the full SHA 9f2ccf7View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 603152a - Browse repository at this point
Copy the full SHA 603152aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd847a - Browse repository at this point
Copy the full SHA 6cd847aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d913a2d - Browse repository at this point
Copy the full SHA d913a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10572d2 - Browse repository at this point
Copy the full SHA 10572d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7054ac - Browse repository at this point
Copy the full SHA f7054acView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7edb0 - Browse repository at this point
Copy the full SHA fc7edb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 060872d - Browse repository at this point
Copy the full SHA 060872dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06caabf - Browse repository at this point
Copy the full SHA 06caabfView commit details -
SC2006: Use $(...) notation instead of legacy backticked `...`.
Configuration menu - View commit details
-
Copy full SHA for f563a56 - Browse repository at this point
Copy the full SHA f563a56View commit details -
SC2086: Double quote to prevent globbing and word splitting.
Configuration menu - View commit details
-
Copy full SHA for 70b99af - Browse repository at this point
Copy the full SHA 70b99afView commit details -
fix rustup toolchain on the target
Linux and macOS don't have pc in their `target triple`.
Configuration menu - View commit details
-
Copy full SHA for bc31418 - Browse repository at this point
Copy the full SHA bc31418View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e0047 - Browse repository at this point
Copy the full SHA c1e0047View commit details -
Configuration menu - View commit details
-
Copy full SHA for d10fac2 - Browse repository at this point
Copy the full SHA d10fac2View commit details