solana-program-library/token/program-2022-test/tests
samkim-crypto 50abadd819
token-2022: integrate memo into confidential extension (#3587)
* resolve conflict

* add test for confidential extension with memo

* add test for confidential transfer with memo

* change proof instruction order for memo

* resolve conflict

* minor

* rename new_with_memo to new_with_required_memo_transfers

* fix failing tests due to rebase

* fix failing tests due to rebase
2022-09-26 12:27:44 +09:00
..
burn.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
close_account.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
confidential_transfer.rs token-2022: integrate memo into confidential extension (#3587) 2022-09-26 12:27:44 +09:00
default_account_state.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
delegate.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
freeze.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
initialize_account.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
initialize_mint.rs Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07:00
interest_bearing_mint.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
memo_transfer.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
mint_close_authority.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
non_transferable.rs token-2022: Add support for non transferable and immutable ownership in token client (#3582) 2022-09-14 17:37:09 +09:00
program_test.rs Refactor create-token to go through token client 2022-08-18 17:35:55 -07:00
reallocate.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
sync_native.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
transfer.rs clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
transfer_fee.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00