feat: Introduce Hybrid Logical Clocks in protobuf, update architecture documentation, and add HLC test cases.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//! Log entries (atomic operations)
|
||||
|
||||
/// An atomic, batched operation in the sigchain.
|
||||
///
|
||||
/// Entries are the fundamental unit of change in Lattice.
|
||||
/// The KV store is a "view" generated by replaying these entries.
|
||||
pub struct Entry {
|
||||
// TODO: operation data, signature, prev_hash
|
||||
}
|
||||
Reference in New Issue
Block a user