Skip to content

Tags: kilb/filecoin-ffi

Tags

f5f0f80bd87e742c

Toggle f5f0f80bd87e742c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request filecoin-project#124 from filecoin-project/fauxrep2

feat: add fauxrep2 to api

002bbdb58f25f978

Toggle 002bbdb58f25f978's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request filecoin-project#120 from filecoin-project/update-…

…deps

feat: update some dependencies (including proofs-api)

f38ec093ca1f3a1e

Toggle f38ec093ca1f3a1e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request filecoin-project#119 from laser/feat/changelog-0.30.3

add changelog entries for 0.30.2 and 0.30.3

cddc56607e1d851e

Toggle cddc56607e1d851e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request filecoin-project#122 from ribasushi/chore/update-f…

…il-commcid-dep

Bump go-fil-commcid, propagates correct on-chain commX CIDs

b1990cfbe3970e09

Toggle b1990cfbe3970e09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request filecoin-project#110 from shepf/shepf_master

aggregateSign test

6a143e06f923f3a4

Toggle 6a143e06f923f3a4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add FauxRep to ffi package (filecoin-project#118)

v0.30.3

Toggle v0.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add FauxRep to ffi package (filecoin-project#118)

5342c7c97d1a1df4

Toggle 5342c7c97d1a1df4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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).

v0.30.2

Toggle v0.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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).

681b07563208117f

Toggle 681b07563208117f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.30.1 changelog (filecoin-project#114)