solana/rpc/src
Tyera Eulberg c24eaa36f8
Split up solana-client (#27246)
* Move thin-client to new crate

* Move tpu client and varieties to new crate

* Move pubsub-client to new crate

* Move rpc-client to new crate

* Add client-common crate to avoid circular dependencies

* Move rpc_cache and make less pub

* Remove unused unpub modules

* Add nonce-client

* Remove unused dependencies

* Fix rpc_client docs

* Move spinner to calling clients

* Rename client-common to rpc-client-api

* Remove unnecessary rpc_ prefix

* Remove unused ClientErrorKind variant

* Remove unnecessary Client prefix

* Move mod declarations into lib.rs and remove unnecessary files

* Rename nonce-client and remove redundant module name

* Restore mock_sender_for_cli in solana-client
2022-08-24 05:34:35 +00:00
..
cluster_tpu_info.rs replaces Mutex<PohRecorder> with RwLock<PohRecorder> (#26370) 2022-07-05 14:29:44 +00:00
lib.rs Split up solana-client (#27246) 2022-08-24 05:34:35 +00:00
max_slots.rs
optimistically_confirmed_bank_tracker.rs Standardize thread names 2022-08-20 07:49:39 -07:00
parsed_token_accounts.rs Support token-2022 in RPC account parsing (#24619) 2022-04-25 13:25:21 -06:00
rpc.rs Split up solana-client (#27246) 2022-08-24 05:34:35 +00:00
rpc_cache.rs Split up solana-client (#27246) 2022-08-24 05:34:35 +00:00
rpc_completed_slots_service.rs Standardize thread names 2022-08-20 07:49:39 -07:00
rpc_health.rs async hash verify on load (#26208) 2022-07-15 14:29:56 -05:00
rpc_pubsub.rs Add Pubsub getVersion, and support programSubscribe filter mapping (#26482) 2022-07-07 20:55:18 -06:00
rpc_pubsub_service.rs Standardize thread names 2022-08-20 07:49:39 -07:00
rpc_service.rs Split up solana-client (#27246) 2022-08-24 05:34:35 +00:00
rpc_subscription_tracker.rs Log subscription for `All` no longer clobbers `Some` subscription for pubkey (#24215) 2022-04-26 10:31:11 -07:00
rpc_subscriptions.rs Rust v1.63 (#27303) 2022-08-22 18:01:03 -07: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 Standardize thread names 2022-08-20 07:49:39 -07:00