mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-08 23:08:19 -05:00
docs: add blob sub-pool to tx pool docs (#20375)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user