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

Cleanup code a bit #1719

Merged
merged 5 commits into from
Sep 26, 2023
Merged

Cleanup code a bit #1719

merged 5 commits into from
Sep 26, 2023

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Sep 19, 2023

This PR contains various cleanups that are made to make the implementation of a version that doesn't need a persisted t_aux file easier.

This PR is reviewed easiest when each commit is reviewed individually.

As there is only a single PoRep, remove the unnecessary trait abstraction.
The `transform_and_replicate_layers()` function is only used in tests,
hence move it there.
This commit removes a no longer used function and refactors some
code to contain less mutability in a more Rust idiomatic way.
The prodbench wasn't run in years and isn't really maintained, it was
only update if there were compiler warnings. Remove it to reduce
maintenance burden.
Some code was presumably commented out accidentally is commented in again.
@vmx vmx merged commit 762efb4 into master Sep 26, 2023
31 checks passed
@vmx vmx deleted the cleanup-code-202309 branch September 26, 2023 08:04
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.

2 participants