hashgraph/hedera-json-rpc-relay

[eth_sendRawTransaction Fast Return] Add feature flag and move all transaction processing logic in background if the feature flag is enabled.

Closed this issue · 0 comments

Problem

Enable eth_sendRawTransaction to immediately return transaction hash after transactions passing prechecks.

Solution

Add a feature flag to turn on this feature and move all transaction processing logic in background

Alternatives

No response