solana/transaction-status/src
Kevin Ji 8c73a2cae9
Bump borsh to 0.10.3 (#30975)
* Bump borsh to 0.10.3

transaction-status relies on SPL which still requires borsh 0.9, so
until SPL also gets updated that package alone will use an older version of
borsh.

* ci: Temporarily disable spl and openbook-dex builds
2023-05-30 23:33:21 +02:00
..
parse_token/extension Clean up Spl type conversions (#31845) 2023-05-30 14:34:38 -06:00
extract_memos.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
lib.rs fix: `addressTableLookups` no longer serialized unless version set (#31729) 2023-05-22 10:29:18 -07: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_associated_token.rs Bump borsh to 0.10.3 (#30975) 2023-05-30 23:33:21 +02:00
parse_bpf_loader.rs Bumps base64 from 0.13.1 to 0.21.0. (#31522) 2023-05-11 11:34:58 -07: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
parse_token.rs Clean up Spl type conversions (#31845) 2023-05-30 14:34:38 -06:00
parse_vote.rs Add new CreateVoteAccount instruction-set builders (#31330) 2023-04-27 11:14:39 -06:00
token_balances.rs