Overview
Block flow (mermaid)
flowchart LR
subgraph Ingress
rpc[RPC] --> pool[Transaction Pool]
p2p[P2P Tx] --> pool
end
pool -->|pack| bg[Block Generator]
bg -->|candidate block| pow[PoW / Mining]
pow -->|solved block| sync[Synchronization Graph]
sync -->|graph-ready| cons[Consensus Graph]
cons -->|ordered epoch| exec[Consensus Executor]
exec -->|state roots + receipts| data[Block Data Manager]
data --> rpcq[RPC Queries]
data -->|best info| bgCrate map (high level)
Runtime loops
End-to-end data flow (compressed)
Key source files
Last updated
Was this helpful?