Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to proofs v8.0.2 with correct aggregate lengths #6524

Merged
merged 3 commits into from
Jun 18, 2021

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Jun 18, 2021

No description provided.

@magik6k magik6k requested review from Kubuxu and arajasek June 18, 2021 10:03
@@ -544,6 +544,7 @@ func TestSealAndVerifyAggregate(t *testing.T) {

avi.Proof, err = ProofProver.AggregateSealProofs(avi, toAggregate)
require.NoError(t, err)
require.Len(t, avi.Proof, 11188)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This number is less than 11220 which we expect in the mock impl, but I'm going to assume that that's caused by the fact that 2k sectors have 10x less snarks

@Kubuxu
Copy link
Contributor

Kubuxu commented Jun 18, 2021

We might want to increment the filecoin-ffi soft version, as this does not break binary compatibility but is an important change.https://github.com/filecoin-project/lotus/blob/master/Makefile#L45

@magik6k magik6k force-pushed the feat/proofs-v8.0.2 branch from 498d3a4 to 738ac92 Compare June 18, 2021 14:27
@magik6k magik6k merged commit 085cabc into release/v1.10.0 Jun 18, 2021
@magik6k magik6k deleted the feat/proofs-v8.0.2 branch June 18, 2021 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants