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: replace Commitment::append_to_transcript with to_transcript_bytes #471

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

JayWhite2357
Copy link
Contributor

@JayWhite2357 JayWhite2357 commented Jan 13, 2025

Rationale for this change

We will want to serialize commitments in a manner compatible with the transcript. This facilitates doing this without duplicating code.

What changes are included in this PR?

Commitment::append_to_transcript is removed and to_transcript_bytes is added instead. Usage is replaced as well.

Are these changes tested?

Yes.

@JayWhite2357 JayWhite2357 marked this pull request as ready for review January 13, 2025 17:14
@JayWhite2357 JayWhite2357 force-pushed the refactor/to-transcript-bytes branch from 9324f0e to 653ab13 Compare January 13, 2025 18:35
@JayWhite2357 JayWhite2357 disabled auto-merge January 13, 2025 18:37
@JayWhite2357 JayWhite2357 force-pushed the refactor/to-transcript-bytes branch from 653ab13 to f249d61 Compare January 14, 2025 02:33
@JayWhite2357 JayWhite2357 force-pushed the refactor/to-transcript-bytes branch from f249d61 to 7593fc5 Compare January 14, 2025 11:59
@JayWhite2357 JayWhite2357 merged commit 77f22b4 into main Jan 14, 2025
11 checks passed
Copy link

🎉 This PR is included in version 0.65.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants