feature: add new token program feature (#18780)
* feature: add new token program feature * Fixup test * Update to spl-token v3.2.0 * Update Cargo.lock + fmt * Update token program version in fetch-spl.sh * Bump associated token program to 1.0.3 * Add aToken so
This commit is contained in:
@ -18,7 +18,7 @@ mod spl_associated_token_account {
|
||||
}
|
||||
|
||||
static SPL_PROGRAMS: &[(Pubkey, &[u8])] = &[
|
||||
(spl_token::ID, include_bytes!("programs/spl_token-3.1.0.so")),
|
||||
(spl_token::ID, include_bytes!("programs/spl_token-3.2.0.so")),
|
||||
(
|
||||
spl_memo_1_0::ID,
|
||||
include_bytes!("programs/spl_memo-1.0.0.so"),
|
||||
@ -29,7 +29,7 @@ static SPL_PROGRAMS: &[(Pubkey, &[u8])] = &[
|
||||
),
|
||||
(
|
||||
spl_associated_token_account::ID,
|
||||
include_bytes!("programs/spl_associated-token-account-1.0.1.so"),
|
||||
include_bytes!("programs/spl_associated-token-account-1.0.3.so"),
|
||||
),
|
||||
];
|
||||
|
||||
|
Binary file not shown.
BIN
program-test/src/programs/spl_associated-token-account-1.0.3.so
Normal file
BIN
program-test/src/programs/spl_associated-token-account-1.0.3.so
Normal file
Binary file not shown.
Binary file not shown.
BIN
program-test/src/programs/spl_token-3.2.0.so
Normal file
BIN
program-test/src/programs/spl_token-3.2.0.so
Normal file
Binary file not shown.
Reference in New Issue
Block a user