solana/account-decoder/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
..
lib.rs RPC: respect data slice config if account parsing fails (#28387) 2022-10-19 16:49:12 +08:00
parse_account_data.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
parse_address_lookup_table.rs fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
parse_bpf_loader.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
parse_config.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
parse_nonce.rs removes feature gate code separating durable nonce from blockhash domain (#26055) 2022-07-06 12:03:13 +00:00
parse_stake.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
parse_sysvar.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
parse_token.rs Upgrade to token-2022 0.6.0 (#30353) 2023-03-10 10:32:19 +09:00
parse_token_extension.rs Upgrade to token-2022 0.6.0 (#30353) 2023-03-10 10:32:19 +09:00
parse_vote.rs vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
validator_info.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00