This repository was archived by the owner on Mar 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Confidential mint burn extension: Token program changes #7319
Merged
samkim-crypto
merged 42 commits into
solana-labs:master
from
ironxyz:confidential_mint_burn_ext_program
Oct 31, 2024
Merged
Changes from 21 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
8fbb0fb
confidential mint-burn extension
abcalphabet de3d227
Merge branch 'master' into confidential_mint_burn_ext
abcalphabet 32d528e
add ciphertext validity proof to confidential mint
abcalphabet 3a9318d
simplify burn proofs
abcalphabet fee8acb
add confidential supply
abcalphabet 5bbafec
remove debug statements
abcalphabet d6724a0
add tests for confidential mint-burn
abcalphabet 0ec8537
Merge branch 'master' into confidential_mint_burn_ext
abcalphabet 5939b72
fix clippy & serde tests
abcalphabet d4ad146
Merge branch 'master' into confidential_mint_burn_ext
abcalphabet 8479bad
fix some tests
abcalphabet 96d8f92
Merge branch 'master' into confidential_mint_burn_ext
abcalphabet 0b20da3
clippy
abcalphabet 48fcb02
Merge branch 'master' into confidential_mint_burn_ext
abcalphabet 18aa58d
mint burn with new proof generation
abcalphabet 59234ba
remove old mintburn proof generation
abcalphabet 89c7cd2
cleanup
abcalphabet d46407c
remove cli / client changes and mint-burn tests
abcalphabet 3944195
cleanup
abcalphabet e010003
more cleanup
abcalphabet 42e0193
fix clippy; serde logic
abcalphabet e0aefa2
Update token/program-2022/src/extension/confidential_mint_burn/mod.rs
abcalphabet f795a3f
Update token/program-2022/src/extension/confidential_mint_burn/instru…
abcalphabet c2ec29a
review fixes
abcalphabet 2a1316f
refactor proof location processing
abcalphabet 3908688
comment
abcalphabet 57684cf
cleanup
abcalphabet 32e06db
fix target_os=solana ; test-sbf
abcalphabet 4fea36d
review fixes
abcalphabet 3a14e2e
fix fmt / serde
abcalphabet 8ad746e
construct supply account info from ref to extension
abcalphabet df6cd8b
add conf mint/burn failure docs; remove todo
abcalphabet 20c84b5
remove obsolete null check
abcalphabet bcc0812
Update token/program-2022/src/error.rs
abcalphabet 1d2b804
Update token/program-2022/src/extension/confidential_mint_burn/instru…
abcalphabet 534861e
Update token/program-2022/src/extension/confidential_mint_burn/accoun…
abcalphabet b01ac24
review fixes
abcalphabet f601fdd
Merge branch 'master' into confidential_mint_burn_ext_program
abcalphabet 5256e9d
more fixes
abcalphabet 3f3c66e
Merge branch 'master' into confidential_mint_burn_ext_program
abcalphabet fbff190
clippy; review fixes
abcalphabet d46193f
Merge branch 'master' into confidential_mint_burn_ext_program
abcalphabet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abcalphabet marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.