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 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 Add serialization-control enum for RPC Options (#27676) 2022-09-14 16:58:50 -06:00
parse_accounts.rs RPC: include resolved keys from table lookups in parsed message response (#27552) 2022-09-06 10:40:39 -05:00
parse_address_lookup_table.rs Parse address-lookup-table instructions (#27316) 2022-08-24 10:17:53 -06:00
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 remove solana-vote-program dep from solana-transaction-status (#27845) 2022-09-16 21:46:47 +00:00
token_balances.rs Remove runtime dependency from solana-transaction-status (#26930) 2022-08-05 00:20:27 -06:00