Skip to main content

Crate elara_runtime

Crate elara_runtime 

Source
Expand description

ELARA Runtime - Node orchestration and main loop

This crate implements the 12-stage runtime loop:

  1. Advance clocks (τp, τs)
  2. Ingest packets
  3. Decrypt and validate
  4. Classify events
  5. Update time model
  6. Reconcile state
  7. Generate predictions
  8. Project to representation
  9. Collect local events
  10. Authorize and sign
  11. Build packets
  12. Schedule transmission

Re-exports§

pub use node::*;

Modules§

health
Health Check System for ELARA Runtime
health_server
Health Check HTTP Server for ELARA Runtime
node
ELARA Node - Runtime loop implementation
observability
Observability module for ELARA Protocol