-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8440 from filecoin-project/chore/update-fvm
chore: ffi: update the FFI to update the FVM
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule filecoin-ffi
updated
9 files
+1 −1 | README.md | |
+3 −0 | fvm.go | |
+97 −93 | generated/generated.go | |
+180 −101 | rust/Cargo.lock | |
+5 −3 | rust/Cargo.toml | |
+1 −1 | rust/src/fvm/blockstore/cgo.rs | |
+3 −3 | rust/src/fvm/blockstore/fake.rs | |
+3 −3 | rust/src/fvm/blockstore/overlay.rs | |
+37 −6 | rust/src/fvm/machine.rs |