-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[token-2022] Add support for record program for
Transfer
and `Trans…
…ferWithFee` instructions (#7127) * refactor out verify proof logic into a separate function * clean up transfer proof verification * re-organize confidential transfer instruction into `Transfer` and `TransferWithFee` * use `verify_and_extract_context` function directly * update token client * update program-2022 tests * update token-cli * cargo fmt * Update token/program-2022/src/extension/confidential_transfer/instruction.rs Co-authored-by: Jon C <[email protected]> --------- Co-authored-by: Jon C <[email protected]>
- Loading branch information
1 parent
1f988aa
commit d0eff43
Showing
15 changed files
with
2,343 additions
and
3,478 deletions.
There are no files selected for viewing
This file contains 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 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.