docs: add blob sub-pool to tx pool docs (#20375)

This commit is contained in:
MoNyAvA
2025-12-15 13:27:54 +01:00
committed by GitHub
parent 1b417dacc4
commit 5f7e87fa2a

View File

@@ -23,6 +23,7 @@ graph TD
SubPools --> Pending[Pending Pool]
SubPools --> Queued[Queued Pool]
SubPools --> Base[Base Fee Pool]
SubPools --> Blob[Blob Pool]
Pool --> Ordering[Transaction Ordering]
Pool --> Listeners[Event Listeners]
@@ -49,6 +50,7 @@ Transactions are ordered by their effective tip per gas to maximize block reward
- **Pending**: Transactions ready for inclusion (correct nonce)
- **Queued**: Future transactions (nonce gap exists)
- **Base Fee**: Transactions priced below current base fee
- **Blob**: Blob transactions that currently do not meet base fee and/or blob fee requirements
### Pool Maintenance
The pool requires periodic maintenance to:
@@ -77,4 +79,4 @@ The pool supports an event system that allows other components to listen for tra
- Learn about [Consensus](/sdk/node-components/consensus) validation
- Explore [EVM](/sdk/node-components/evm) execution
- Understand [RPC](/sdk/node-components/rpc) server integration
- Understand [RPC](/sdk/node-components/rpc) server integration