-
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 #7564 from filecoin-project/jen/proof
update to proof v10.1.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule filecoin-ffi
updated
13 files
+1 −9 | README.md | |
+90 −1 | distributed.go | |
+458 −38 | generated/cgo_helpers.go | |
+146 −80 | generated/generated.go | |
+65 −27 | generated/types.go | |
+42 −0 | proofs.go | |
+73 −73 | rust/Cargo.lock | |
+3 −3 | rust/Cargo.toml | |
+1 −1 | rust/rust-toolchain | |
+305 −4 | rust/src/proofs/api.rs | |
+23 −1 | rust/src/proofs/helpers.rs | |
+138 −16 | rust/src/proofs/types.rs | |
+1 −0 | rust/src/util/api.rs |