Cli: deploy programs via TPU (#13090)

* Deploy: send write transactions to leader tpu

* Less apparent stalling during confirmation

* Add EpochInfo mock

* Only get cluster nodes once

* Send deploy writes to next leader
This commit is contained in:
Tyera Eulberg
2020-10-23 10:03:29 -06:00
committed by GitHub
parent 7d2729f6bd
commit 16944e218f
4 changed files with 83 additions and 21 deletions

View File

@@ -26,6 +26,7 @@ pub mod cluster_query;
pub mod feature;
pub mod inflation;
pub mod nonce;
pub mod send_tpu;
pub mod spend_utils;
pub mod stake;
pub mod test_utils;