Snapshotmain · 97c7a8e
Batched client operations pass through Viewstamped Replication into a deterministic accounting state machine and durable grid.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
VSRViewstamped Replication, the consensus protocol that orders operations across replicas.
How to study this repo
- 1Follow request identity
Track client and request numbers through retries and replica deduplication.
- 2Check an invariant
Find where transfer flags and account balances are validated.
- 3Reach durable state
Trace a committed operation from the state machine into grid blocks.