[go: up one dir, main page]

EVM - Limit tx queue maximum number of transactions

What

Prevent OOM of tx Queue

Why

Avoid breaking the computa

How

Use max_size config param to refuse transactions if input queue size is higher.

Summary by CodeRabbit

  • New Features
    • The node now enforces a maximum capacity for pending transactions, providing tighter control over transaction processing.
  • Refactor
    • Refined the transaction submission flow to ensure transactions are reliably added only when space is available, offering clearer feedback when limits are reached.
Edited by Ghost User

Merge request reports

Loading