solana/transaction-status/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
..
parse_token/extension
extract_memos.rs
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
parse_bpf_loader.rs
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 removes #[allow(clippy::same_item_push)] (#29543) 2023-01-06 17:32:26 +00:00
parse_vote.rs
token_balances.rs