keybase / node-client

CLI for keybase.io written in/for Node.js
BSD 3-Clause "New" or "Revised" License
300 stars 32 forks source link

update revoke to use the nuke endpoint #216

Closed oconnor663 closed 9 years ago

oconnor663 commented 9 years ago

@maxtaco

oconnor663 commented 9 years ago

The first commit pulls in the sigchain changes that I've already landed in libkeybase.

maxtaco commented 9 years ago

:shipit: if tests pass (and the tests hit this new endpoint)

oconnor663 commented 9 years ago

The revoke test was indeed failing to test the nuke endpoint, because I wasn't using keybase_expect in the test code to supply the user's password properly. Fixed now.