-
Notifications
You must be signed in to change notification settings - Fork 250
refactor: Make StackInputs and StackOutputs Copy #2503
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
Conversation
bobbinth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you!
I would hold off on merging this until #2472 is merged.
Refactor prove function to be synchronous and update dependencies.
|
i fked up |
|
probably I can create a new pr trying to implement all the things needed |
Feel free to, but also if you do start over locally, you can just name your local branch |
|
Superseded by #2581 |
Add
Copytrait toStackInputsandStackOutputsstructs.Both types are wrappers around
[Felt; 16]and all their fields areCopy,so they can safely implement
Copyas well.Closes #2487