This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Parse more token-2022 extensions and instructions#26746
Merged
CriesofCarrots merged 5 commits intosolana-labs:masterfrom Jul 25, 2022
Merged
Parse more token-2022 extensions and instructions#26746CriesofCarrots merged 5 commits intosolana-labs:masterfrom
CriesofCarrots merged 5 commits intosolana-labs:masterfrom
Conversation
f9fb108 to
63e63ed
Compare
joncinque
previously approved these changes
Jul 22, 2022
Contributor
Author
Ha, thanks! I was just waiting to get by Checks and maybe Coverage before summoning you ;) |
63e63ed to
68a456a
Compare
68a456a to
aa0775a
Compare
dmakarov
approved these changes
Jul 25, 2022
CriesofCarrots
pushed a commit
to CriesofCarrots/solana
that referenced
this pull request
Jul 27, 2022
…crates to v1.10.33
CriesofCarrots
pushed a commit
to CriesofCarrots/solana
that referenced
this pull request
Jul 27, 2022
…crates to v1.10.33
CriesofCarrots
pushed a commit
to CriesofCarrots/solana
that referenced
this pull request
Jul 27, 2022
…crates to v1.10.33
CriesofCarrots
pushed a commit
to CriesofCarrots/solana
that referenced
this pull request
Jul 28, 2022
…crates to v1.10.33
CriesofCarrots
pushed a commit
that referenced
this pull request
Jul 29, 2022
* Bump spl-token-2022 to 0.4.2 * Revert Cargo.lock changes in #26746 and update spl solana crates to v1.10.33 * Parse ConfidentialTransfer extensions
mergify Bot
pushed a commit
that referenced
this pull request
Aug 5, 2022
* Bump spl-token-2022 * Support parsing InterestBearingConfig extension * Parse InitializeNonTransferableMint instructions * Parse InterestBearingMint instructions * Bump solana-program rebuild threshold (cherry picked from commit dbd3b6b) # Conflicts: # Cargo.lock # account-decoder/Cargo.toml # ci/test-stable.sh # client/Cargo.toml # programs/bpf/Cargo.lock # rpc/Cargo.toml # transaction-status/Cargo.toml # transaction-status/src/token_balances.rs
mergify Bot
added a commit
that referenced
this pull request
Aug 6, 2022
…26962) * Parse more token-2022 extensions and instructions (#26746) * Bump spl-token-2022 * Support parsing InterestBearingConfig extension * Parse InitializeNonTransferableMint instructions * Parse InterestBearingMint instructions * Bump solana-program rebuild threshold (cherry picked from commit dbd3b6b) # Conflicts: # Cargo.lock # account-decoder/Cargo.toml # ci/test-stable.sh # client/Cargo.toml # programs/bpf/Cargo.lock # rpc/Cargo.toml # transaction-status/Cargo.toml # transaction-status/src/token_balances.rs * Fix code merge conflicts * Revert Cargo.lock changes Co-authored-by: Tyera Eulberg <tyera@solana.com> Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
mergify Bot
pushed a commit
that referenced
this pull request
Aug 6, 2022
* Bump spl-token-2022 to 0.4.2 * Revert Cargo.lock changes in #26746 and update spl solana crates to v1.10.33 * Parse ConfidentialTransfer extensions (cherry picked from commit 9d31b1d) # Conflicts: # Cargo.lock # account-decoder/Cargo.toml # client/Cargo.toml # programs/bpf/Cargo.lock # rpc/Cargo.toml # transaction-status/Cargo.toml
mergify Bot
added a commit
that referenced
this pull request
Aug 6, 2022
* Parse ConfidentialTransaction extensions (#26820) * Bump spl-token-2022 to 0.4.2 * Revert Cargo.lock changes in #26746 and update spl solana crates to v1.10.33 * Parse ConfidentialTransfer extensions (cherry picked from commit 9d31b1d) # Conflicts: # Cargo.lock # account-decoder/Cargo.toml # client/Cargo.toml # programs/bpf/Cargo.lock # rpc/Cargo.toml # transaction-status/Cargo.toml * Fix merge conflicts Co-authored-by: Tyera Eulberg <tyera@solana.com> Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Problem
SPL token program-2022 has added support for a couple new extensions, but the RPC account and instruction parsers can't yet handle them.
Summary of Changes
Bump spl-token-2022 to v0.4.1 (@joncinque , any reason not to do this?)
Parse NonTransferable and InterestBearingMint extensions and instructions