solana/account-decoder/src
behzad nouri 272e667cb2
deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805)
The commit deprecates Pubkey::new which lacks type-safety and instead
implements TryFrom<&[u8]> and TryFrom<Vec<u8>> for Pubkey.
2023-01-21 18:06:27 +00: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 deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
parse_token_extension.rs update to spl-token-2022 0.5.0 2022-11-28 11:30:41 -08: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