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 patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00: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 RPC instruction parser tests are missing some cases (#25951) 2022-06-14 00:32:40 +00:00
parse_token.rs removes #[allow(clippy::same_item_push)] (#29543) 2023-01-06 17:32:26 +00: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