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

identity filtering : owner or active #159

Open raphaelgodro opened 5 years ago

raphaelgodro commented 5 years ago

In EOS accounts, we have two types of identities : active or owner.

Contracts permissions always need one out of these two keys and it might be a great idea to filter the list of identities in Scatter by owner or active in the requiredFields params of the getIdentity function. Of course, this behaviour is only relevant with EOS type identities.

By the way, your work is really appreciated.