Expand description
Node state data structures
This module defines platform data models with CRDT operations:
- Static capabilities: G-Set (grow-only set) - capabilities can only be added
- Dynamic state: LWW-Register (last-write-wins) - state updates with timestamps
- Fuel counter: PN-Counter (positive-negative counter) - increments/decrements
Structs§
- Node
Config - Node static configuration (immutable)
- Node
State - Node dynamic state (mutable, LWW-Register)
Enums§
- Health
Status - Health status enumeration