Closed maxtaco closed 9 years ago
The first two commits for this are 71728c32393cfa181e4a5683cbf58cbc35177792 (just dependency updates) and f98d2b5959cfa4321d50e5833a8f9055e501b74c (calling the new Merkle tree implementation).
Next commit (larger refactor of sigchain.iced and user.iced) 4c6f027f66568020fb87edd37a3e50f77176c743
Just landed like seven commits on master, including updates to keybase-proofs and kbpgp.
Upgrade the node client so it understands modern key families. This will basically be a port of
keyfamily.go
in the Go client.Plan:
Sigchain.verify_sig
, run the whole chain through the new libkeybase-js library; pre-fill a list of all of those signatures previously checked; update all chainlinks with a "checked" bit before writing them back to DB.@key
variable against the keys returned fromSigchain.replay
.