Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
442e54dc61348fc0
Update to FVM 3.0.0-alpha.18
f294254cb009a0c3
Merge pull request #350 from filecoin-project/asr/update-fvm Update to FVM 3.0.0-alpha.17
cbf868a24e306666
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".
c2dcaa9211ef5f89
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".
9f2ccf7d8c50737a
Merge pull request #351 from filecoin-project/feat/ffi-config feat: switch to an FFI-level config
746570e52eaa7aa4
Update to FVM 3.0.0-alpha.17
157bc1985b6ee321
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".
a6160f934f06f27a
FVM: Simplify Randomness externs, perform hashing on the Rust side
86abd7eb7dc67458
FVM: Simplify Randomness externs, perform hashing on the Rust side
599ecd91446bc245
FVM: Simplify Randomness externs, perform hashing on the Rust side