← Hub

TNP

aphelion-craft tnp-node

Temporal Navigation Protocol. Cards cover the temporal DAG, timeline status lifecycle, fork detection and storage analysis, merge strategies, time-travel queries, and delta compression with Merkle chunking.

  • 12 cards
  • 59 min total read
  • 7 beginner
  • 5 intermediate
Onboarding trail Read top to bottom 12 cards · routed walk
Protocol DAGNode — temporal-DAG operation envelope from tnp-002 ↗
---
config:
  packet:
    bitsPerRow: 8
---
packet-beta
  title DAGNode — temporal-DAG operation envelope
  0-7: "id (NodeID)"
  8-15: "operation (bytes)"
  16-23: "state_hash (bytes)"
  24-31: "parents[] (NodeID × N)"
  32-39: "timestamp_ms (u64)"
  40-47: "replica_id (u64)"
Prerequisite Dependency Related drift