$$ \newcommand \TP {\mathrm{TxPool}} $$
Graphic Run Example
This section is a high-level step-by-step graphic example of a \( \TP \) “vanilla run”, which provides an intuition about the typical operations:
- Receiving transactions from the Network and prioritizing them,
- Parallel transactions verification,
- Enqueuing transactions in the \( \TP \),
- Serial transaction (FIFO) queue verification and gossip,
- Re-verification on a new appended block,
- Block assembly.