solana/rpc/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
..
cluster_tpu_info.rs Get slot info along tpu leader (#32942) 2023-08-27 03:13:41 -07:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
max_slots.rs
optimistically_confirmed_bank_tracker.rs purge duplicated bank prioritization fee from cache (#33062) 2023-09-11 10:08:55 -05:00
parsed_token_accounts.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
rpc.rs Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
rpc_cache.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc_completed_slots_service.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc_health.rs asserts that cluster-info keypair is consistent with contact-info id (#29818) 2023-01-24 16:57:55 +00:00
rpc_pubsub.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
rpc_pubsub_service.rs removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
rpc_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
rpc_subscription_tracker.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
rpc_subscriptions.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
transaction_notifier_interface.rs Add transaction index in slot to geyser plugin TransactionInfo (#25688) 2022-06-23 13:37:38 -06:00
transaction_status_service.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00