solana-with-rpc-optimizations/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 patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
lib.rs add solana-ledger-tool bigtable copy (#28122) 2023-01-09 11:23:35 +08:00
option_serializer.rs
parse_accounts.rs
parse_address_lookup_table.rs
parse_associated_token.rs RPC: Fix ATA create instruction parsing (#28314) 2022-10-10 20:24:10 +02:00
parse_bpf_loader.rs Add SetAuthorityChecked instruction to bpf loader (#28424) 2022-11-01 08:34:04 +00:00
parse_instruction.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
parse_stake.rs removes #[allow(clippy::same_item_push)] (#29543) 2023-01-06 17:32:26 +00:00
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