alpha-wallet-ios
alpha-wallet-ios copied to clipboard
multiple rpc support
@hboon when we use private node rpc url, we make calls to this url only when send transaction, so we make next calls eth_getTransactionCount to. resolve next nonce and eth_sendRawTransaction for sending transaction. Can we use private rpc url for calls like eth_call eth_gasPrice and so on. i mean could private rpc url could be used for all rpc calls?
I think we shouldn’t. This is as a failover? Because it might not be able to support our load. Read load > write.
ok, got it