-
Notifications
You must be signed in to change notification settings - Fork 13
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule filecoin-ffi
updated
27 files
+0 −372 | .circleci/config.yml | |
+61 −0 | .github/actions/configure-environment/action.yml | |
+153 −0 | .github/workflows/ci.yml | |
+84 −0 | .github/workflows/release-check.yml | |
+21 −0 | .github/workflows/releaser.yml | |
+27 −19 | README.md | |
+28 −0 | RELEASE.md | |
+1 −5 | bls_test.go | |
+1 −1 | cgo/interface.go | |
+34 −39 | go.mod | |
+105 −164 | go.sum | |
+17 −4 | install-filcrypto | |
+2 −2 | proofs_test.go | |
+818 −1,103 | rust/Cargo.lock | |
+12 −12 | rust/Cargo.toml | |
+1 −1 | rust/rust-toolchain.toml | |
+25 −25 | rust/scripts/publish-release.sh | |
+20 −19 | rust/src/bls/api.rs | |
+4 −13 | rust/src/fvm/engine.rs | |
+12 −11 | rust/src/fvm/machine.rs | |
+0 −1 | rust/src/fvm/mod.rs | |
+3 −1 | rust/src/fvm/types.rs | |
+93 −95 | rust/src/proofs/api.rs | |
+7 −6 | rust/src/util/types.rs | |
+0 −18 | sector_update.go | |
+3 −0 | version.json | |
+5 −6 | workflows.go |
Submodule supra_seal
updated
4 files
+1 −1 | c1/c1.hpp | |
+89 −0 | nvme/nvme_controller_t.hpp | |
+19 −0 | sealing/supra_seal.cpp | |
+1 −0 | sealing/supra_seal.h |