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

Key family upgrades #192

Closed maxtaco closed 9 years ago

maxtaco commented 9 years ago

Upgrade the node client so it understands modern key families. This will basically be a port of keyfamily.go in the Go client.

Plan:

oconnor663 commented 9 years ago

The first two commits for this are 71728c32393cfa181e4a5683cbf58cbc35177792 (just dependency updates) and f98d2b5959cfa4321d50e5833a8f9055e501b74c (calling the new Merkle tree implementation).

oconnor663 commented 9 years ago

Next commit (larger refactor of sigchain.iced and user.iced) 4c6f027f66568020fb87edd37a3e50f77176c743

oconnor663 commented 9 years ago

Just landed like seven commits on master, including updates to keybase-proofs and kbpgp.