korg
korg
for now, this is just me looking at what it would take to catch the rust client up with the typescript client's ability to derive accounts from an idl. if...
Experiment that introduces tpu_client.send_and_confirm_messages_with_spinner. Also uses one and only one rpc_client and a connection_cache. The UX looks like this now: ```bash Searching for valid hash... 1112i44tLJehFB15XVzJpEsdQAKvv5snM1Z7fL9JrnxA Submitting hash for validation......
One RpcClient to rule them all. Pros: - uses fewer local system resources - uses fewer rpc server resources - consistency Why: - mainly connection pooling