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-7602] Finalize version 2 for release #21

Closed typokign closed 6 years ago

typokign commented 6 years ago

Landing this diff signifies the finalization of the KRSv2 spec, and the repo in its current state serves as a reference implementation of the spec. Security updates and minor versions will be released, but non-backwards compatible changes will be disallowed going forward.

This PR removes some legacy routes which will not be included in KRSv2, removes unused dependencies, and other utility cruft. It also updates the package-lock.json. The versions listed in package-lock.json have been audited for known security vulnerabilities with npm audit.

marktoda commented 6 years ago

I'm getting this: Unable to find wallet key: xpub6ARXqCvahM4dyWYDSPZMiii32yt3DTETyWCLDRZpQR4zpU9q6VmBKySA91hsLjofoUjdKdqPCcC54mbpJBmGNsNKM1szecH56p7Vk1byadR with a stack trace when running tests in application server/before all hook

marktoda commented 6 years ago

I'm getting this: Unable to find wallet key: xpub6ARXqCvahM4dyWYDSPZMiii32yt3DTETyWCLDRZpQR4zpU9q6VmBKySA91hsLjofoUjdKdqPCcC54mbpJBmGNsNKM1szecH56p7Vk1byadR with a stack trace when running tests in application server/before all hook

looks good besides that