Skip to content

Commit

Permalink
chore: sync filecoin-ffi version
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Jun 8, 2022
1 parent c9ba22f commit 8ef96f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/filecoin-ffi
Submodule filecoin-ffi updated 68 files
+19 −5 .circleci/config.yml
+4 −2 Makefile
+8 −1 README.md
+80 −42 bls.go
+14 −14 bls_test.go
+3 −0 build.sh
+0 −157 cgo/blockstore.go
+0 −61 cgo/bls.go
+0 −54 cgo/const.go
+0 −25 cgo/errors.go
+0 −118 cgo/extern.go
+0 −62 cgo/fvm.go
+0 −275 cgo/helpers.go
+0 −66 cgo/helpers_test.go
+0 −37 cgo/interface.go
+0 −383 cgo/proofs.go
+0 −49 cgo/registry.go
+0 −649 cgo/types.go
+0 −20 cgo/util.go
+1 −2 cgoleakdetect/runner.go
+109 −61 distributed.go
+39 −0 filcrypto.yml
+0 −195 fvm.go
+0 −36 fvm_test.go
+5,712 −0 generated/cgo_helpers.go
+9 −0 generated/cgo_helpers.h
+78 −0 generated/const.go
+1,272 −0 generated/generated.go
+2 −1 generated/libs.go
+501 −0 generated/types.go
+10 −53 go.mod
+65 −105 go.sum
+0 −9 headerstubs/stdbool.h
+0 −1 headerstubs/stddef.h
+2 −5 headerstubs/stdint.h
+0 −2 install-filcrypto
+500 −270 proofs.go
+22 −19 proofs_test.go
+372 −2,796 rust/Cargo.lock
+9 −22 rust/Cargo.toml
+11 −0 rust/build.rs
+23 −0 rust/cbindgen.toml
+1 −1 rust/rust-toolchain
+0 −8 rust/scripts/build-release.sh
+287 −168 rust/src/bls/api.rs
+1 −0 rust/src/bls/mod.rs
+79 −0 rust/src/bls/types.rs
+0 −154 rust/src/fvm/blockstore/cgo.rs
+0 −100 rust/src/fvm/blockstore/fake.rs
+0 −7 rust/src/fvm/blockstore/mod.rs
+0 −76 rust/src/fvm/blockstore/overlay.rs
+0 −26 rust/src/fvm/cgo/error.rs
+0 −60 rust/src/fvm/cgo/externs.rs
+0 −5 rust/src/fvm/cgo/mod.rs
+0 −137 rust/src/fvm/externs.rs
+0 −391 rust/src/fvm/machine.rs
+0 −8 rust/src/fvm/mod.rs
+0 −36 rust/src/fvm/types.rs
+0 −20 rust/src/lib.rs
+2,767 −1,556 rust/src/proofs/api.rs
+103 −29 rust/src/proofs/helpers.rs
+990 −219 rust/src/proofs/types.rs
+77 −52 rust/src/util/api.rs
+33 −229 rust/src/util/types.rs
+149 −76 sector_update.go
+7 −0 tools.go
+6 −6 types.go
+1 −2 workflows.go

0 comments on commit 8ef96f9

Please sign in to comment.