-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Additional RPCs for dapps accounts management #3792
Conversation
policy should be secure by default. that users are accustomed to insecure operation is no reason to continue that folly. |
Changed the default policy to return empty list as requested. Marking it as |
@gavofyork & @tomusdrw - UI in progress. First round will only be to set the default accounts (available to all dapps) until we have a better way of determining the appids. (Currently it would be the contentHash, which means that each update will force the user to go re-auth their dapps.) |
I would rather merge this PR if possible even before the UI - it's still an improvement over what we have in master (it allows you to customize the policy). |
ok - if so then we'll need to switch the default policy :-) |
Changes Unknown when pulling 1ea521e on dapps-accounts-rpc into ** on master**. |
Closes #3771
By default
eth_accounts
will return all accounts (as it was before), but it's possible to change policy for new dapps to return only specified whitelist of accounts.Additionally recent dapps are available in RPC to simplify GUI for that.