solana-program-library/token/program-2022-test/tests
samkim-crypto 7633f6f81d
token-2022: Add support for non transferable and immutable ownership in token client (#3582)
* add token client support for non transferable mint

* resolve conflict

* add basic tests for non transferable token account

* add test for fees for non-transferable accounts

* resolve test failure from rebase
2022-09-14 17:37:09 +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 confidential-extension: Restrict deposit source and withdraw dest to base accounts (#3540) 2022-09-14 16:22:52 +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 token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +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 token-cli: support `MintCloseAuthority` (#3487) 2022-08-23 15:54:10 -07: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 token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00
transfer_fee.rs token-client: Change create_account to return T::Output (#3584) 2022-09-10 16:01:50 +02:00