solana/client/src
hrls 70234dfdf4
refactor(rpc_client): const number of retries for send and confirm transaction (#18390)
* refactor(rpc_client): simplfy send and confirm transaction flow

* chore: configurable num of retries for send and confirm
2021-07-05 09:14:48 -07:00
..
blockhash_query.rs simulateTransaction can now return accounts modified by the simulation 2021-05-26 14:20:23 -07:00
client_error.rs Faucet: repurpose cap and slice args to apply to single IPs (#16381) 2021-04-06 07:01:05 +00:00
http_sender.rs RpcClient now respects the retry-after server response header when getting rate limited 2021-05-05 18:11:57 -07:00
lib.rs Add TPU client for sending txs to the current leader tpu port (#16736) 2021-04-23 09:35:12 +08:00
mock_sender.rs Add TPU client for sending txs to the current leader tpu port (#16736) 2021-04-23 09:35:12 +08:00
nonce_utils.rs Simplify some pattern-matches (#16402) 2021-04-08 12:40:37 -06:00
perf_utils.rs Switch to a single `use` 2021-03-26 22:33:12 -07:00
pubsub_client.rs Add TPU client for sending txs to the current leader tpu port (#16736) 2021-04-23 09:35:12 +08:00
rpc_cache.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
rpc_client.rs refactor(rpc_client): const number of retries for send and confirm transaction (#18390) 2021-07-05 09:14:48 -07:00
rpc_config.rs simulateTransaction can now return accounts modified by the simulation 2021-05-26 14:20:23 -07:00
rpc_custom_error.rs Reject transactions with extra signatures (#18306) 2021-07-01 18:06:59 +00:00
rpc_deprecated_config.rs Deprecate "confirmed" RpcClient methods (#16520) 2021-04-15 17:00:14 -06:00
rpc_filter.rs Limit getProgramAccounts memcpy filter string to 128 bytes 2021-02-23 18:43:22 +00:00
rpc_request.rs Add last valid block height to rpc Fees (#17506) 2021-05-26 07:26:19 +00:00
rpc_response.rs simulateTransaction can now return accounts modified by the simulation 2021-05-26 14:20:23 -07: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 chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
tpu_client.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00