Skip to content

Conversation

@avorylli
Copy link
Contributor

Add Copy trait to StackInputs and StackOutputs structs.

Both types are wrappers around [Felt; 16] and all their fields are Copy,
so they can safely implement Copy as well.

Closes #2487

Copy link
Contributor

@bobbinth bobbinth 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! Thank you!

I would hold off on merging this until #2472 is merged.

@bobbinth
Copy link
Contributor

bobbinth commented Jan 4, 2026

Hi @avorylli - now that #2472 is merged, could you update this PR?

@avorylli
Copy link
Contributor Author

avorylli commented Jan 5, 2026

Hi @avorylli - now that #2472 is merged, could you update this PR?

I hope I solved the conflicts correctly

Refactor prove function to be synchronous and update dependencies.
@avorylli
Copy link
Contributor Author

avorylli commented Jan 5, 2026

i fked up

@avorylli
Copy link
Contributor Author

avorylli commented Jan 5, 2026

probably I can create a new pr trying to implement all the things needed

@plafer
Copy link
Contributor

plafer commented Jan 5, 2026

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 refactor/add-copy-to-stack-types, and git push --force to update this PR without creating a new one.

@huitseeker
Copy link
Contributor

Superseded by #2581

@huitseeker huitseeker closed this Jan 14, 2026
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.

refactor: Make StackInputs and StackOutputs Copy

4 participants