This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Parse ConfidentialTransaction extensions#26820
Merged
CriesofCarrots merged 3 commits intosolana-labs:masterfrom Jul 29, 2022
Merged
Parse ConfidentialTransaction extensions#26820CriesofCarrots merged 3 commits intosolana-labs:masterfrom
CriesofCarrots merged 3 commits intosolana-labs:masterfrom
Conversation
added 3 commits
July 27, 2022 12:41
samkim-crypto
approved these changes
Jul 28, 2022
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
Parsing apis for spl-token-2022 ConfidentialTransaction extensions are only stubs.
Summary of Changes