rename to eip-107

This commit is contained in:
wighawag 2017-04-17 22:30:40 +05:30
parent 9332530eed
commit 3c1c997f3d
4 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
Created: 2016-06-05 Created: 2016-06-05
Status: Draft Status: Draft
Type: Standard Type: Standard
Category: Interface
</pre> </pre>
Abstract Abstract
@ -28,19 +29,19 @@ Account unlocked :
----------------- -----------------
When the account is already unlocked, the user is presented with the following popup for every transaction that the dapp attempts to make : When the account is already unlocked, the user is presented with the following popup for every transaction that the dapp attempts to make :
<img src="./eip-XXX/authorization.png"> <img src="./eip-107/authorization.png">
Account locked and no "personal" api exposed via rpc: Account locked and no "personal" api exposed via rpc:
----------------- -----------------
When the account is locked and the node do not provide access to account unlocking via its rpc interface, the following popup will be presented. This is not ideal since this require the user to know how to unlock an account: When the account is locked and the node do not provide access to account unlocking via its rpc interface, the following popup will be presented. This is not ideal since this require the user to know how to unlock an account:
<img src="./eip-XXX/authorization-locked.png"> <img src="./eip-107/authorization-locked.png">
Account locked but node exposing the "personal" api via rpc : Account locked but node exposing the "personal" api via rpc :
----------------- -----------------
A better option is to ask the user the password but this is only possible if the node allow access to the "personal" api via rpc. In such case the following dialog will be presented to the user so he/she can accept the transaction by providing the password required to unlock the account: A better option is to ask the user the password but this is only possible if the node allow access to the "personal" api via rpc. In such case the following dialog will be presented to the user so he/she can accept the transaction by providing the password required to unlock the account:
<img src="./eip-XXX/authorization-password.png"> <img src="./eip-107/authorization-password.png">
Specification Specification

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB