solana/transaction-status/src
samkim-crypto 4a94eeee5e
Upgrade to token-2022 0.6.0 (#30353)
* upgrade spl-token-2022 to 0.6.0

* Add spl_token_2022-0.6.0.so to program-test

* cargo lock

* update account decoder tests to use Pubkey::new_from_array instead of Pubkey::new

* update rpc tests to use Pubkey::new_from_array instead of Pubkey::new

* update token-2022 .so file

* cargo lock

* increase the threshold for allowable rebuilds in ci

* update spl ATA to v1.1.3

* decrement back the threshold for allowable rebuilds

* cargo lock

* increment ci rebuild threshold
2023-03-10 10:32:19 +09:00
..
parse_token/extension Upgrade to token-2022 0.6.0 (#30353) 2023-03-10 10:32:19 +09:00
extract_memos.rs
lib.rs
option_serializer.rs
parse_accounts.rs
parse_address_lookup_table.rs
parse_associated_token.rs
parse_bpf_loader.rs
parse_instruction.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
parse_stake.rs
parse_system.rs
parse_token.rs Upgrade to token-2022 0.6.0 (#30353) 2023-03-10 10:32:19 +09:00
parse_vote.rs
token_balances.rs