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
parse_account_data.rs
parse_address_lookup_table.rs fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
parse_bpf_loader.rs
parse_config.rs
parse_nonce.rs
parse_stake.rs
parse_sysvar.rs
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
parse_vote.rs vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
validator_info.rs