-
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.
Update filecoin-ffi to the v1.28.0-dev tag, which supports the nv23 skeleton.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule filecoin-ffi
updated
11 files
+4 −4 | go.mod | |
+16 −107 | go.sum | |
+23 −13 | install-filcrypto | |
+1,052 −407 | rust/Cargo.lock | |
+5 −4 | rust/Cargo.toml | |
+1 −1 | rust/rust-toolchain.toml | |
+2 −2 | rust/src/bls/api.rs | |
+13 −66 | rust/src/fvm/engine.rs | |
+67 −2 | rust/src/fvm/machine.rs | |
+1 −0 | rust/src/fvm/mod.rs | |
+12 −12 | rust/src/proofs/api.rs |