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
[token-2022] Add support for reading proofs from record accounts #7055
Merged
samkim-crypto
merged 16 commits into
solana-labs:master
from
samkim-crypto:token-2022/record-program
Jul 30, 2024
Merged
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b296bab
add support for reading proofs from record program
samkim-crypto 24b6b7f
add support for record program in the client
samkim-crypto 1a71770
add record program tests
samkim-crypto 5aea1ae
cargo fmt
samkim-crypto c037227
update token-cli for the new interface
samkim-crypto 7d23697
remove unnecessary file
samkim-crypto 2c10b5d
remove dependency on record program
samkim-crypto 55b4baf
rename `ProofData::ProofData` to `ProofData::InstructionData`
samkim-crypto 9a45570
build record program in ci
samkim-crypto cf7a030
prefer native over bpf for token22 tests
samkim-crypto 123c4ec
add length check on record account length
samkim-crypto b2131ec
remove redundant test on withdrawing empty withheld tokens
samkim-crypto 8bc6421
refactor `ProofLocation` logic
samkim-crypto 801e514
add instruction offset in `ProofAccount::RecordAccount`
samkim-crypto df0d784
cargo fmt
samkim-crypto 09f594c
revert auto-format
samkim-crypto 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I forgot to turn off the auto formatter...