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

Invalidate permissions based on `last_code_update` #129

Closed nsjames closed 5 years ago

nsjames commented 6 years ago

Been waiting for a way to fetch code_hash without incurring massive overheads but it's taking too long ( https://github.com/EOSIO/eos/issues/4222 )

Going to invalidate permissions every time there is a code update regardless of the hash changing for now.