solana/send-transaction-service/src
Lijun Wang 431c8412ef
Leader info refresher (#24597)
In PR review https://github.com/solana-labs/solana/pull/24083/files#r852661162. We are concerned the leader info might be out dated if the retry queue is long causing large number transactions sent to outdated leaders and increasing the load in the network.

A leader info refresher is used to ensure the leader info is up-to-date before being used in sending transactions. The refresher can update the new leader with updated endpoints.
2022-04-28 08:35:42 -07:00
..
lib.rs Dedupe SendTransactionService(s) (#19354) 2021-08-23 22:32:15 +00:00
send_transaction_service.rs Leader info refresher (#24597) 2022-04-28 08:35:42 -07:00
tpu_info.rs Batch tpu calls in send-transaction-service (#24083) 2022-04-21 12:43:08 -07:00