Skip to content

[EPIC] Nonce Ordering with Locks #4591

@konstantinabl

Description

@konstantinabl

Problem

The Hedera JSON-RPC Relay processes eth_sendRawTransaction requests asynchronously. When multiple transactions from the same sender arrive in rapid succession (within hundreds of milliseconds), async operations can reorder their execution

Solution

Use locks to lock sendRawTransaction processing - preserve transaction order as it is on arrival.

Alternatives

No response

Sub-issues

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions