GetScatter / ScatterWebExtension

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

Cache for get_code still does not work, it's terribly slow, please help! #133

Closed lhzw closed 6 years ago

lhzw commented 6 years ago

scatter version: 6.1.3, chrome: 67.0.3396.79 image

nsjames commented 6 years ago

Those are from eosjs and not Scatter.

Scatter caches the ABIs internally but those caches are only one of many that eosjs already does. Please refer to this issue: https://github.com/EOSIO/eosjs/issues/208

nsjames commented 6 years ago

On another note, a way to combat this is caching your eos.contract(...) method and reusing it.