Lampese/lomo/oplog does not have a README file
pub struct AppDag {
nodes : Map[UInt64, Array[AppDagNode]]
frontiers : Frontiers
vv : VersionVector
}pub struct AppDagNode {
peer : UInt64
cnt : Int
lamport : UInt
deps : Frontiers
len : Int
has_succ : Bool
}impl Show for AppDagNodeimpl Show for PendingChangeDependencies