From 3c1c997f3d3c042f0da6b983697f29d18794926c Mon Sep 17 00:00:00 2001 From: wighawag Date: Mon, 17 Apr 2017 22:30:40 +0530 Subject: [PATCH] rename to eip-107 --- EIPS/{eip-XXX.md => eip-107.md} | 7 ++++--- EIPS/{eip-XXX => eip-107}/authorization-locked.png | Bin .../{eip-XXX => eip-107}/authorization-password.png | Bin EIPS/{eip-XXX => eip-107}/authorization.png | Bin 4 files changed, 4 insertions(+), 3 deletions(-) rename EIPS/{eip-XXX.md => eip-107.md} (99%) rename EIPS/{eip-XXX => eip-107}/authorization-locked.png (100%) rename EIPS/{eip-XXX => eip-107}/authorization-password.png (100%) rename EIPS/{eip-XXX => eip-107}/authorization.png (100%) diff --git a/EIPS/eip-XXX.md b/EIPS/eip-107.md similarity index 99% rename from EIPS/eip-XXX.md rename to EIPS/eip-107.md index ba13a3ca..96374488 100644 --- a/EIPS/eip-XXX.md +++ b/EIPS/eip-107.md @@ -5,6 +5,7 @@ Created: 2016-06-05 Status: Draft Type: Standard + Category: Interface 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 : - + 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: - + 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: - + Specification diff --git a/EIPS/eip-XXX/authorization-locked.png b/EIPS/eip-107/authorization-locked.png similarity index 100% rename from EIPS/eip-XXX/authorization-locked.png rename to EIPS/eip-107/authorization-locked.png diff --git a/EIPS/eip-XXX/authorization-password.png b/EIPS/eip-107/authorization-password.png similarity index 100% rename from EIPS/eip-XXX/authorization-password.png rename to EIPS/eip-107/authorization-password.png diff --git a/EIPS/eip-XXX/authorization.png b/EIPS/eip-107/authorization.png similarity index 100% rename from EIPS/eip-XXX/authorization.png rename to EIPS/eip-107/authorization.png