summary refs log tree commit diff
path: root/contrib/graph/graph.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-08Replace SlavedKeyStore with a shimRichard van der Hoff1-14/+4
since we're pulling everything out of KeyStore anyway, we may as well simplify it.
2019-04-08Remove redundant merged_keys dictRichard van der Hoff1-8/+5
There's no point in collecting a merged dict of keys: it is sufficient to consider just the new keys whic