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

refactor: reduce visibility of encoded_proof #1289

Closed
wants to merge 1 commit into from

Conversation

ratankaliani
Copy link
Member

Users often get confused when trying to relay proofs on-chain, using encoded_proof, instead of .bytes().

Due to the import paths for PlonkBn254Proof, restricting the visibility is not straightforward. The best solution is either comments for each of the fields, specifying how a user should use them, and directing them to .bytes, or re-factoring the types.

@ratankaliani ratankaliani changed the base branch from main to dev August 8, 2024 20:31
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.

1 participant