solana-with-rpc-optimizations/client/src
carllin ae96ba3459
Plumb slot update pubsub notifications (#15488)
2021-02-28 23:29:11 -08:00
..
blockhash_query.rs
client_error.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
http_sender.rs style: Fix the typos 2021-02-13 12:34:21 -07:00
lib.rs Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07:00
mock_sender.rs Use optimistic confirmation in getSignatureStatuses, and various downstream client methods (#14430) 2021-01-15 16:05:05 +00:00
nonce_utils.rs
perf_utils.rs Deprecate commitment variants (#14797) 2021-01-26 19:23:07 +00:00
pubsub_client.rs style: Fix the typos 2021-02-13 12:34:21 -07:00
rpc_cache.rs RPC: add caching to getLargestAccounts (#15154) 2021-02-11 11:32:46 -08:00
rpc_client.rs Add accounts cluster bench (#14096) 2021-02-25 19:51:46 -08:00
rpc_config.rs RPC: add caching to getLargestAccounts (#15154) 2021-02-11 11:32:46 -08:00
rpc_custom_error.rs style: Fix the typos 2021-02-13 12:34:21 -07:00
rpc_filter.rs Limit getProgramAccounts memcpy filter string to 128 bytes 2021-02-23 18:43:22 +00:00
rpc_request.rs Limit the number of getProgramAccounts filters 2021-02-23 18:43:22 +00:00
rpc_response.rs Plumb slot update pubsub notifications (#15488) 2021-02-28 23:29:11 -08:00
rpc_sender.rs
thin_client.rs