From 33667ed50291ef64cf47c184bb025ef6458e95f7 Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Thu, 5 Apr 2018 00:10:19 +0200 Subject: [PATCH] add idea #142 Wallet recovery compatibility --- README.md | 2 - ideas/142-recovery-compatibility.md | 75 +++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 ideas/142-recovery-compatibility.md diff --git a/README.md b/README.md index 2d8bf1d..91eec19 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ aborted. | [3-erc20-token-support](ideas/3-erc20-token-support.md) | :champagne: Completed | :white_check_mark: Yes | :white_check_mark: Yes | :white_check_mark: Yes | - | | [1-offline-inboxing](ideas/1-offline-inboxing.md) | :champagne: Completed | :white_check_mark: Yes | :white_check_mark: Yes | :white_check_mark: Yes | - | -## Commitment Registry - Over any given iteration, individuals can be committed to 0..N ideas. This registry captures this. It is only applied for In Progress swarms. This means it is reset for each person per iteration, unless a swarm lead marks it as in diff --git a/ideas/142-recovery-compatibility.md b/ideas/142-recovery-compatibility.md new file mode 100644 index 0000000..14669f7 --- /dev/null +++ b/ideas/142-recovery-compatibility.md @@ -0,0 +1,75 @@ +## Preamble + + Idea: #142 + Title: Wallet Recovery Compatibility + Status: Draft + Created: 2018-04-04 + Requires (*optional): #94 Wallet Compatibility + Replaces (*optional): + +## Summary + +A user should be able to recover accounts created in MyCrypto, MetaMask, Toshi, Cipher Browser, and other +mnemonic wallets. + +## Swarm Participants + +- Lead Contributor: @pilu +- Testing & Evaluation: +- Contributor: +- Contributor: +- PM: +- UX (if relevant): + + +## Product Overview + +The wallets named above create the private key with the mnemonic words but without password. + +In those wallets, the password is only used to lock the account, and it's not needed to recover it. + +In Status, the same password is used to generate the account and to recover it, +so a user cannot recover a wallet created with the 12 words but without password. + +To be compatible with those wallets, we should create and recover wallets without password, +and use the passoword only to lock the account on the phone. + +### Product Description + +[need help from UX team] + +### Requirements & Dependencies + + + + +Requires Idea #94 (Wallet Compatibility) + +### Minimum Viable Product + +Goal Date: + +Description: + +## Dates +Goal Date: + +Description: + +Testing Days required: + +## Success Metrics + + + + +## Exit criteria + + +Accounts created with the mnemonic wallets named above can be recovered in Status. + +## Supporting Role Communication + + +## Copyright +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).