GetScatter / ScatterWebExtension

Extension that allows you to sign transactions with your private keys securely from within the browser without ever exposing them.
MIT License
367 stars 127 forks source link

Request info & abi too many times, on the internet it's terribly expensive, could reduce the requests? #152

Open lhzw opened 5 years ago

lhzw commented 5 years ago

Thanks for your great work. Now scatter requests the same request so many times, get_info & get_abi, the server returns the same response in my test. On a testnet it's okay, but on the eos mainnet, it's slow, the fastest full node I found needs about 1 second to return the response, time is wasted on the so many repeated requests. Could you reduce the same requests? Thank you.

image

iFrankWu commented 5 years ago

+1

nsjames commented 5 years ago

If you use just eosjs without Scatter signing, what does that look like?