solana-program-library/token/program-2022-test/tests
samkim-crypto 937b64da37
Adjust confidential token rust client for offline signing (#3347)
* token-2022: remove account balance decryption from confidential transfer rust client

* token-2022: remove account balance decryption from withdraw withheld tokens from accounts

* token-2022: cargo fmt

* token-2022: update tests for new rust client syntax

* token-2022: cargo fmt

* token-2022: cargo clippy

* token-2022: minor
2022-07-16 05:34:19 +09:00
..
burn.rs token-2022: Allow anyone to burn/close an Account owned by the system program or the incinerator (#2890) 2022-03-09 19:31:39 -07:00
confidential_transfer.rs Adjust confidential token rust client for offline signing (#3347) 2022-07-16 05:34:19 +09:00
default_account_state.rs Move program-2022 tests to new crate (#2892) 2022-02-09 15:02:33 -07:00
delegate.rs token-2022: Fix (rarely) flakey test by changing tx (#3015) 2022-03-19 02:39:31 +01:00
freeze.rs Move program-2022 tests to new crate (#2892) 2022-02-09 15:02:33 -07:00
initialize_account.rs Move program-2022 tests to new crate (#2892) 2022-02-09 15:02:33 -07:00
initialize_mint.rs Add CreateNativeMint instruction 2022-02-09 20:03:21 -08:00
interest_bearing_mint.rs token-2022: Add interest-bearing extension (#3013) 2022-06-01 16:46:30 +02:00
memo_transfer.rs token-2022: Make program and crate deployable (#2985) 2022-03-10 17:42:16 +01:00
mint_close_authority.rs Add AuthorityType variant to use for mint close-authority adjustment (#3111) 2022-04-26 07:55:15 -06:00
program_test.rs token-2022: Add interest-bearing extension (#3013) 2022-06-01 16:46:30 +02:00
reallocate.rs Move program-2022 tests to new crate (#2892) 2022-02-09 15:02:33 -07:00
sync_native.rs token-2022: Support extensions in `SyncNative` (#2926) 2022-02-17 22:50:10 +01:00
transfer.rs Move program-2022 tests to new crate (#2892) 2022-02-09 15:02:33 -07:00
transfer_fee.rs token-2022: Set transfer fee two epochs ahead (#3120) 2022-04-27 17:48:08 +02:00