Skip to content

Commit

Permalink
chore(deps): bump github.com/ipld/go-ipld-prime from 0.19.0 to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Feb 16, 2023
1 parent b925c3e commit ef7ca3f
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 16 deletions.
2 changes: 1 addition & 1 deletion extern/filecoin-ffi
Submodule filecoin-ffi updated 72 files
+124 −46 .circleci/config.yml
+4 −4 Makefile
+13 −23 README.md
+80 −42 bls.go
+14 −14 bls_test.go
+4 −4 build.sh
+0 −157 cgo/blockstore.go
+0 −61 cgo/bls.go
+0 −55 cgo/const.go
+0 −25 cgo/errors.go
+0 −118 cgo/extern.go
+0 −89 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 −673 cgo/types.go
+0 −20 cgo/util.go
+1 −2 cgoleakdetect/runner.go
+74 −117 distributed.go
+39 −0 filcrypto.yml
+0 −231 fvm.go
+0 −36 fvm_test.go
+4,039 −0 generated/cgo_helpers.go
+9 −0 generated/cgo_helpers.h
+58 −0 generated/const.go
+882 −0 generated/generated.go
+2 −1 generated/libs.go
+358 −0 generated/types.go
+10 −52 go.mod
+101 −134 go.sum
+0 −9 headerstubs/stdbool.h
+0 −1 headerstubs/stddef.h
+2 −5 headerstubs/stdint.h
+16 −47 install-filcrypto
+1 −71 parameters.json
+417 −351 proofs.go
+22 −19 proofs_test.go
+875 −1,934 rust/Cargo.lock
+21 −37 rust/Cargo.toml
+11 −0 rust/build.rs
+23 −0 rust/cbindgen.toml
+1 −1 rust/rust-toolchain
+2 −31 rust/scripts/build-release.sh
+1 −1 rust/scripts/publish-release.sh
+296 −177 rust/src/bls/api.rs
+1 −0 rust/src/bls/mod.rs
+79 −0 rust/src/bls/types.rs
+0 −151 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 −136 rust/src/fvm/externs.rs
+0 −496 rust/src/fvm/machine.rs
+0 −8 rust/src/fvm/mod.rs
+0 −44 rust/src/fvm/types.rs
+0 −20 rust/src/lib.rs
+1,670 −2,197 rust/src/proofs/api.rs
+61 −29 rust/src/proofs/helpers.rs
+527 −278 rust/src/proofs/types.rs
+89 −71 rust/src/util/api.rs
+33 −229 rust/src/util/types.rs
+0 −350 sector_update.go
+0 −7 srs-inner-product.json
+7 −0 tools.go
+12 −28 types.go
+1 −1 version.go
+7 −9 workflows.go
14 changes: 12 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ require (
github.com/ipld/go-car v0.4.0
github.com/ipld/go-car/v2 v2.5.0
github.com/ipld/go-codec-dagpb v1.5.0
github.com/ipld/go-ipld-prime v0.19.0
github.com/ipld/go-ipld-prime v0.20.0
github.com/ipni/index-provider v0.10.0
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
github.com/jpillora/backoff v1.0.0
github.com/libp2p/go-libp2p v0.23.2
github.com/multiformats/go-multiaddr v0.7.0
github.com/multiformats/go-multibase v0.1.1
github.com/multiformats/go-multicodec v0.6.0
github.com/multiformats/go-multicodec v0.8.0
github.com/multiformats/go-multihash v0.2.1
github.com/multiformats/go-varint v0.0.6
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9
Expand Down Expand Up @@ -124,14 +124,18 @@ require (
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
github.com/tj/go-spin v1.1.0 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
github.com/urfave/cli/v2 v2.16.3 // indirect
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
github.com/xlab/c-for-go v0.0.0-20201112171043-ea6dce5809cb // indirect
github.com/xlab/pkgconfig v0.0.0-20170226114623-cea12a0fd245 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opentelemetry.io/otel v1.10.0 // indirect
go.opentelemetry.io/otel/sdk v1.10.0 // indirect
Expand All @@ -145,8 +149,14 @@ require (
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
modernc.org/cc v1.0.0 // indirect
modernc.org/golex v1.0.1 // indirect
modernc.org/mathutil v1.1.1 // indirect
modernc.org/strutil v1.1.0 // indirect
modernc.org/xc v1.0.0 // indirect
)

replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
Loading

0 comments on commit ef7ca3f

Please sign in to comment.