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

Confidential mint burn extension: Token program changes #7319

Merged

Conversation

abcalphabet
Copy link
Contributor

PR separating out only the token program changes from #6881 6881

@mergify mergify bot added the community Community contribution label Oct 1, 2024
@samkim-crypto samkim-crypto self-requested a review October 2, 2024 03:15
Copy link
Contributor

@samkim-crypto samkim-crypto 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 to me overall! Many of the comments below are minor stylistic suggestions for consistency with the rest of the code base. There have also been some changes to how we deal with proof accounts after your original PR was made, so I made some comments regarding that (I apologize for this 🙏 ). Let me know what you think!

@samkim-crypto samkim-crypto self-requested a review October 5, 2024 00:04
Copy link
Contributor

@samkim-crypto samkim-crypto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking really good, thanks 🙏 ! Just some comments on some things that I missed on my first pass and also things that have not yet resolved from the previous reviews.

@samkim-crypto samkim-crypto self-requested a review October 7, 2024 09:37
Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! Mostly small things, and I might have misunderstood some bits, so feel free to ignore things that don't correspond to your discussions with Sam.

libraries/pod/src/optional_keys.rs Outdated Show resolved Hide resolved
token/program-2022/src/serialization.rs Outdated Show resolved Hide resolved
token/program-2022/src/serialization.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for integrating all the feedback! This is looking very close to me, just a few more bits

Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few last little bits from me, then this should be ready to go from my side! Thanks for your patience

Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me! I'll @samkim-crypto give the final approval and merge

Copy link
Contributor

@samkim-crypto samkim-crypto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for your contribution and patience throughout! Everything looks fine on my side. Let's add tests for the extension to program-2022-test in a follow-up PR to be extra sure! I'll merge this one once CI passes.

@samkim-crypto samkim-crypto merged commit 29eae22 into solana-labs:master Oct 31, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants