solana/client/src
Tyera Eulberg a79790dea6
Remove client resends (#12290)
* Remove resends from client send_tx methods

* Retry status queries until blockhash expires
2020-09-16 17:47:55 -06:00
..
client_error.rs Remove RpcClient code duplication (#9952) 2020-05-10 08:51:53 -07:00
http_sender.rs Clean up RPCClient retry handling: only retry on 429, after a little sleep (#10182) 2020-05-22 08:53:53 -07:00
lib.rs Rpc: add filter to getProgramAccounts (#10888) 2020-07-03 07:46:29 +00:00
mock_sender.rs Clean up RPCClient retry handling: only retry on 429, after a little sleep (#10182) 2020-05-22 08:53:53 -07:00
perf_utils.rs Use rooted bank by default in rpc bank selection (#6759) 2019-11-06 14:15:00 -07:00
pubsub_client.rs Revert signature-notification format change (#12032) 2020-09-03 18:14:45 -06:00
rpc_client.rs Remove client resends (#12290) 2020-09-16 17:47:55 -06:00
rpc_config.rs Fix RPC transaction method configs serialization (#12100) 2020-09-08 13:08:09 +08:00
rpc_filter.rs Rpc: add filter to getProgramAccounts (#10888) 2020-07-03 07:46:29 +00:00
rpc_request.rs Add first-available-block command 2020-09-06 12:45:32 -07:00
rpc_response.rs Revert signature-notification format change (#12032) 2020-09-03 18:14:45 -06:00
rpc_sender.rs Clean up RPCClient retry handling: only retry on 429, after a little sleep (#10182) 2020-05-22 08:53:53 -07:00
thin_client.rs Rename Client methods to match proposed BanksClient (#10793) 2020-06-25 03:35:38 +00:00