solana/transaction-status/src
Alexander Meißner bbb57be0a5
Refactor - Move interfaces of address-lookup-table into the program SDK (#33165)
* Adds a module `address_lookup_table` to the SDK.

* Adds a module `address_lookup_table::instruction` to the SDK.

* Adds a module `address_lookup_table::error` to the SDK.

* Adds a module `address_lookup_table::state` to the SDK.

* Moves AddressLookupTable into SDK as well.

* Moves AddressLookupTableAccount into address_lookup_table.

* Adds deprecation messages.

* Disentangles dependencies across cargo files.
2023-09-11 21:10:40 +02:00
..
parse_token/extension preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
extract_memos.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
option_serializer.rs Add serialization-control enum for RPC Options (#27676) 2022-09-14 16:58:50 -06:00
parse_accounts.rs
parse_address_lookup_table.rs Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
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 Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02: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