Tags: kilb/filecoin-ffi
Tags
Merge pull request filecoin-project#124 from filecoin-project/fauxrep2 feat: add fauxrep2 to api
Merge pull request filecoin-project#120 from filecoin-project/update-… …deps feat: update some dependencies (including proofs-api)
Merge pull request filecoin-project#119 from laser/feat/changelog-0.30.3 add changelog entries for 0.30.2 and 0.30.3
Merge pull request filecoin-project#122 from ribasushi/chore/update-f… …il-commcid-dep Bump go-fil-commcid, propagates correct on-chain commX CIDs
Merge pull request filecoin-project#110 from shepf/shepf_master aggregateSign test
handle null pointer returned from fil_aggregate (filecoin-project#116) An error from fil_aggregate is encoded as a NUL byte. Unlike other FFI "Response" structs, there is no error code and message. As such, we need to check for the Go nil value before dereferencing the inner signature (which produced a nil-pointer exception today).
handle null pointer returned from fil_aggregate (filecoin-project#116) An error from fil_aggregate is encoded as a NUL byte. Unlike other FFI "Response" structs, there is no error code and message. As such, we need to check for the Go nil value before dereferencing the inner signature (which produced a nil-pointer exception today).
PreviousNext