solana/client/src
Trent Nelson 86a982150c RPC: Don't send base64 TXs to old clusters 2020-10-21 08:33:28 +00:00
..
blockhash_query.rs clap-utils: Allow fine-tuning offline args 2020-10-07 23:14:39 +00:00
client_error.rs Cleanly handle RPC servers that don't have --enable-rpc-transaction-history enabled 2020-10-13 10:05:44 -07:00
http_sender.rs Implementation-defined RPC server errors are now accessible to client/ users 2020-10-13 10:05:44 -07:00
lib.rs Implementation-defined RPC server errors are now accessible to client/ users 2020-10-13 10:05:44 -07:00
mock_sender.rs RPC: Don't send base64 TXs to old clusters 2020-10-21 08:33:28 +00:00
nonce_utils.rs Move CLI nonce account helpers in client 2020-09-23 15:58:44 -06:00
perf_utils.rs
pubsub_client.rs Revert signature-notification format change (#12032) 2020-09-03 18:14:45 -06:00
rpc_client.rs RPC: Don't send base64 TXs to old clusters 2020-10-21 08:33:28 +00:00
rpc_config.rs RPC: Support base64 encoded transactions 2020-10-06 22:41:06 -06:00
rpc_custom_error.rs Cleanly handle RPC servers that don't have --enable-rpc-transaction-history enabled 2020-10-13 10:05:44 -07:00
rpc_filter.rs
rpc_request.rs Implementation-defined RPC server errors are now accessible to client/ users 2020-10-13 10:05:44 -07:00
rpc_response.rs Add feature set identifier to gossiped version information 2020-09-25 11:40:36 -07:00
rpc_sender.rs
thin_client.rs