solana/client/src
Pankaj Garg ea7448c568
Use client certs in QUIC to get peer's stake (#26477)
* Use client certs in QUIC to get peer's stake

* fixes to cert processing

* integrate the code

* clippy

* more cleanup

* sort cargo deps

* test fixes

* info -> debug
2022-07-11 18:06:40 +00:00
..
nonblocking Use client certs in QUIC to get peer's stake (#26477) 2022-07-11 18:06:40 +00: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 Add quic-client module (#23166) 2022-03-09 21:33:05 -05:00
connection_cache.rs Use client certs in QUIC to get peer's stake (#26477) 2022-07-11 18:06:40 +00: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 RPC: Add API version to context response (#25134) 2022-05-12 12:17:21 +08:00
nonce_utils.rs permanently disables durable nonces with chain blockhash domain (#25788) 2022-06-09 15:28:37 +00:00
pubsub_client.rs Add Pubsub getVersion, and support programSubscribe filter mapping (#26482) 2022-07-07 20:55:18 -06:00
quic_client.rs Fix new 1.62 clippy complaint 2022-06-30 13:20:03 -07:00
rpc_cache.rs
rpc_client.rs Fix RpcResponseContext in rpc_client test (#25296) 2022-05-17 12:44:43 -05: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 docs: document the limits on RPC API inputs and outputs 2022-04-16 09:01:33 -07: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 tpu-client: Refactor to prep for async client (#25432) 2022-05-21 20:22:30 +02: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: Remove static connection cache, plumb it instead (#25667) 2022-06-08 13:57:12 +02:00
tpu_connection.rs client: Use async connection in async TPU client (#25969) 2022-06-28 11:01:49 -04:00
transaction_executor.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
udp_client.rs client: Use async connection in async TPU client (#25969) 2022-06-28 11:01:49 -04:00