regolith-labs / ore-cli

Command line interface for ORE cryptocurrency mining.
1.47k stars 665 forks source link

Why not use send_and_confirm_transaction_with_spinner #109

Open Maxi-Teme opened 3 months ago

Maxi-Teme commented 3 months ago

Why are we using a custom implementation of send_and_confirm_transaction_with_spinner?

I changed to it solana_rpc_client implementation of send_and_confirm and my RPC was much happier without throwing 429s all the time.

nedrise27 commented 3 months ago

Can be closed. With 2.0 submitting and confirming transactions is much better now.