alpha-wallet-ios icon indicating copy to clipboard operation
alpha-wallet-ios copied to clipboard

multiple rpc support

Open oa-s opened this issue 2 years ago • 3 comments

oa-s avatar Dec 21 '22 08:12 oa-s

@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?

oa-s avatar Dec 21 '22 08:12 oa-s

I think we shouldn’t. This is as a failover? Because it might not be able to support our load. Read load > write.

hboon avatar Dec 21 '22 12:12 hboon

ok, got it

oa-s avatar Dec 21 '22 16:12 oa-s