solana/send-transaction-service
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
..
src Leader info refresher (#24597) 2022-04-28 08:35:42 -07:00
Cargo.toml Use connection cache in send transaction (#23712) 2022-03-21 23:24:21 -07:00