-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule filecoin-ffi
updated
17 files
+5 −3 | .circleci/config.yml | |
+2 −1 | bls.go | |
+28 −28 | cgo/blockstore.go | |
+18 −19 | cgo/extern.go | |
+13 −7 | cgo/registry.go | |
+13 −2 | filcrypto.yml | |
+18 −15 | fvm.go | |
+2 −1 | generated/cgo_helpers.go | |
+2 −1 | generated/const.go | |
+2 −1 | generated/generated.go | |
+2 −1 | generated/types.go | |
+2 −1 | proofs.go | |
+65 −43 | rust/Cargo.lock | |
+5 −7 | rust/Cargo.toml | |
+4 −0 | rust/scripts/build-release.sh | |
+0 −2 | rust/src/fvm/blockstore.rs | |
+12 −19 | rust/src/fvm/machine.rs |