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

App endpoint to check if a given wallet key exists in the db #46

Closed StaceC closed 4 years ago

StaceC commented 5 years ago

, and associated tests.

Motivation

DAI Portal Server needs the ability to identify BitGo wallets associated with their KRS.

Overview Of Changes

The new endpoint takes a public key and searches for a matching public key in the user wallets. If not found, it will return a 404. On successful match it returns a mirror of the pub and a boolean true flag.

cooncesean commented 4 years ago

This PR has been open for a year -- is this still needed? If so, let's figure out a way to get into a mergeable state.

If not, let's close it out.

StaceC commented 4 years ago

Indeed