solana/client/src
Will Hickey dba2fd5a16
Enable QUIC client by default. Add arg to disable QUIC client. (Forward port #26927) (#27194)
Enable QUIC client by default. Add arg to disable QUIC client.

* Enable QUIC client by default. Add arg to disable QUIC client.
* Deprecate --disable-quic-servers arg
* Add #[ignore] annotation to failing tests
2022-08-19 09:15:15 -05:00
..
nonblocking add getTokenLargestAccounts rpc method to rust client (#26840) 2022-08-16 22:32:38 +02:00
blockhash_query.rs removes feature gate code separating durable nonce from blockhash domain (#26055) 2022-07-06 12:03:13 +00:00
client_error.rs Merge pull request from GHSA-x236-qc46-7v8j 2022-07-19 14:54:42 +02:00
connection_cache.rs Enable QUIC client by default. Add arg to disable QUIC client. (Forward port #26927) (#27194) 2022-08-19 09:15:15 -05:00
http_sender.rs feat: add custom version HTTP header string to RPC requests 2022-06-29 06:59:44 +00:00
lib.rs Send async quic batch of txs (#24298) 2022-04-14 22:20:34 -04:00
mock_sender.rs transaction-status, storage-proto: add compute_units_consumed (#26528) 2022-08-06 17:14:31 +00:00
nonce_utils.rs Implement nonblocking version of BlockhashQuery (#27040) 2022-08-09 20:18:36 -07:00
pubsub_client.rs client: Use async TPU client in sync TPU client by sharing tokio runtime (#26996) 2022-08-09 12:33:14 +00:00
quic_client.rs Fix new 1.62 clippy complaint 2022-06-30 13:20:03 -07:00
rpc_cache.rs
rpc_client.rs add getTokenLargestAccounts rpc method to rust client (#26840) 2022-08-16 22:32:38 +02:00
rpc_config.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
rpc_custom_error.rs feat: web3.js RPC errors now hold the error `code` and `data` on the error object (#26318) 2022-06-30 13:08:10 -07:00
rpc_deprecated_config.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
rpc_filter.rs Add Pubsub getVersion, and support programSubscribe filter mapping (#26482) 2022-07-07 20:55:18 -06:00
rpc_request.rs add getTokenLargestAccounts rpc method to rust client (#26840) 2022-08-16 22:32:38 +02:00
rpc_response.rs Remove some clippy lints 2022-06-22 09:23:22 -07:00
rpc_sender.rs Add TpuClient support to bench-tps (#24227) 2022-04-12 09:43:29 -06:00
spinner.rs chore: bump indicatif from 0.16.2 to 0.17.0 (#26890) 2022-08-05 21:11:17 +00:00
thin_client.rs client: Remove static connection cache, plumb it instead (#25667) 2022-06-08 13:57:12 +02:00
tpu_client.rs client: Use async TPU client in sync TPU client by sharing tokio runtime (#26996) 2022-08-09 12:33:14 +00:00
tpu_connection.rs client: Use async connection in async TPU client (#25969) 2022-06-28 11:01:49 -04:00
transaction_executor.rs
udp_client.rs client: Use async connection in async TPU client (#25969) 2022-06-28 11:01:49 -04:00