ConvergeLedger.Grpc.Server (Converge Ledger v0.1.2)
View SourcegRPC server implementation for ContextService.
This server provides append-only context storage with:
- Append: Add entries to a context
- Get: Retrieve entries from a context
- Snapshot: Create a portable snapshot
- Load: Restore from a snapshot
- Watch: Stream new entries as they are appended
The server is derivative, not authoritative. It remembers what already happened but never decides or coordinates convergence.
Summary
Functions
Appends an entry to the context.
Gets entries from a context.
Loads a context from a snapshot.
Creates a snapshot of the context.
Watches for new entries in a context.