solana/cli/src
Tyera c32377b5af
Split out quic- and udp-client definitions (#28762)
* Move ConnectionCache back to solana-client, and duplicate ThinClient, TpuClient there

* Dedupe thin_client modules

* Dedupe tpu_client modules

* Move TpuClient to TpuConnectionCache

* Move ThinClient to TpuConnectionCache

* Move TpuConnection and quic/udp trait implementations back to solana-client

* Remove enum_dispatch from solana-tpu-client

* Move udp-client to its own crate

* Move quic-client to its own crate
2022-11-18 12:21:45 -07:00
..
address_lookup_table.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
checks.rs RPC: Support versioned txs in getFeeForMessage API (#28217) 2022-10-05 00:00:34 +08:00
clap_app.rs Add use-quic flag to allow for using quic in program deploy (#27319) 2022-08-25 18:26:12 +02:00
cli.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
cluster_query.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
compute_unit_price.rs Cli support compute_unit_price (#26464) 2022-08-02 22:23:05 -05:00
feature.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
inflation.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
lib.rs cli: Add subcommands for address lookup tables (#27123) 2022-08-18 22:12:53 +01:00
main.rs Add use-quic flag to allow for using quic in program deploy (#27319) 2022-08-25 18:26:12 +02:00
memo.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
nonce.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
program.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
spend_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
stake.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
test_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
validator_info.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
vote.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
wallet.rs cli-ouput: add ctor for `CliAccount` 2022-10-20 11:22:11 -07:00