solana/client/src
Tyera Eulberg 5970083b4d
Use last_valid_block_height in services and client apps (#19163)
* Add deprecated tag to Bank::get_blockhash_last_valid_slot

* Update SendTransactionService to use last_valid_block_height

* Update solana-tokens to use last_valid_block_height

* Remove dangling file

* Update solana program to use last_valid_block_height

* Update Banks crates to use last_valid_block_height
2021-08-11 01:04:00 -06:00
..
blockhash_query.rs Use last_valid_block_height in services and client apps (#19163) 2021-08-11 01:04:00 -06:00
client_error.rs nonce: Unify `NonceError` with `SystemError` 2021-07-30 14:47:14 -06:00
http_sender.rs Fix deserialization of RPC errors in HttpSender (#19110) 2021-08-09 10:45:00 -07:00
lib.rs
mock_sender.rs Use last_valid_block_height in services and client apps (#19163) 2021-08-11 01:04:00 -06:00
nonce_utils.rs
perf_utils.rs
pubsub_client.rs
rpc_cache.rs
rpc_client.rs Add more API documentation for Rust RpcClient (#19021) 2021-08-05 15:03:33 -06:00
rpc_config.rs rpc: more params for `GetVoteAccountsConfig` 2021-07-14 08:41:52 +00:00
rpc_custom_error.rs
rpc_deprecated_config.rs
rpc_filter.rs
rpc_request.rs RpcClient::send<T> now supports client-defined RPC methods via RpcRequest::Custom 2021-07-24 09:53:47 -07:00
rpc_response.rs Transaction simulation includes cost (#18715) 2021-07-16 14:58:15 -07:00
rpc_sender.rs Add some docs for RpcClient and friends (#18748) 2021-07-20 18:49:32 +00:00
thin_client.rs
tpu_client.rs