Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eth_sendRawTransaction Fast Return] Deprecate the original logic that waits for transactions to be fully processed before returning the transaction hash. #3317

Open
quiet-node opened this issue Dec 9, 2024 · 0 comments
Labels
enhancement New feature or request Technical Debt Issue which resolves technical debt

Comments

@quiet-node
Copy link
Member

quiet-node commented Dec 9, 2024

Problem

The EPIC - Fast Return on eth_sendRawTransaction has been successfully implemented. It introduces a feature flag allowing eth_sendRawTransaction to return the transaction hash immediately after passing prechecks, with all transaction processing logic shifted to the background asynchronously. This feature was enabled on the mainnet and is currently under monitoring. As the feature matures and stabilizes, the original logic—waiting for the transaction to be fully processed before returning the hash—can be deprecated and removed from the main workflow.

Solution

Deprecate and remove the original logic, making the fast return the default and sole option.

Alternatives

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Technical Debt Issue which resolves technical debt
Projects
Status: Backlog
Development

No branches or pull requests

1 participant