BitGo / key-recovery-service-v2

Key Recovery Service server for all v2 coins and ERC20 tokens
Apache License 2.0
8 stars 21 forks source link

[BG-5850/BG-5852] Manage verification procedure on a key #8

Closed typokign closed 6 years ago

typokign commented 6 years ago

Adds a new command to the admin tool,admin verification get [xpub], which retrieves a wallet key from the database and displays the values of the userEmail and verificationInfo fields. The verificationInfo field stores key-specific information on verifying a user's identity before agreeing to cosign a recovery transaction.

typokign commented 6 years ago

Since we're removing /key/:xpub, we should make sure all of the custom data can be retrieved from the CLI. verification set still works the same, KRS associates should not need to modify any other fields.