Leios.Protocol

This module defines the core Leios protocol state machine, including: - Input/output message types - Protocol state representation and operations - Block and transaction validation - State transition logic for processing headers and block bodies The protocol integrates header/body diffusion with the underlying base protocol.
High level structure:
                                       Linear Leios
                                       /         |
+-------------------------------------+          |
| Header Diffusion     Body Diffusion |          |
+-------------------------------------+       Base Protocol
                                       \      /
                                       Network
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{ V = V
; SD = SD
; Vs = []
}