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

fix: remove wrong assert in Synth PoRep code path #1750

Closed
wants to merge 1 commit into from

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Apr 11, 2024

Due to me understanding the code wrongly during the refactoring at #1720, there was a wrong assert inserted into the code. With removing this assert the lifecycle 32GiB test as well as the benchy synthetic proofs generation works as expected again.

This commit also updates the README with the correct command to run benchy for synthetic proofs generation.

Fixes #1749.

Due to me understanding the code wrongly during the refactoring at
#1720, there
was a wrong assert inserted into the code. With removing this assert
the lifecycle 32GiB test as well as the benchy synthetic proofs
generation works as expected again.

This commit also updates the README with the correct command to run
benchy for synthetic proofs generation.

Fixes #1749.
Copy link
Contributor

@DrPeterVanNostrand DrPeterVanNostrand left a comment

Choose a reason for hiding this comment

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

Looks good to me, just with the caveat that this change is included in #1748.

@cryptonemo
Copy link
Collaborator

Looks good to me, just with the caveat that this change is included in #1748.

Correct. @vmx and I already know we did duplicate work here. #1748 will replace this though.

@vmx
Copy link
Contributor Author

vmx commented Apr 11, 2024

The fix was merged with #1748.

@vmx vmx closed this Apr 11, 2024
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.

32GiB synthetic PoRep lifecycle test fails
3 participants