You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
To resolve this issue, the design documentation outlines a proposed approach: Integrating Failed Transaction Details into eth_getTransactionReceipt. Based on this proposal, implement a new feature to enhance the eth_getTransactionReceipt endpoint, enabling it to expose errors for previously silent failures.
The text was updated successfully, but these errors were encountered:
Problem
The EPIC - Fast Return on
eth_sendRawTransaction
has been successfully implemented. It introduces a feature flag allowingeth_sendRawTransaction
to return the transaction hash immediately after passing prechecks, with all transaction processing logic shifted to the background asynchronously.The feature introduces a new challenge, Silent Failure in Failed Requests and Incomplete Processing, which may cause additional inconveniences for users on the Hedera network, potentially affecting their overall experience.
Solution
To resolve this issue, the design documentation outlines a proposed approach: Integrating Failed Transaction Details into
eth_getTransactionReceipt
. Based on this proposal, implement a new feature to enhance theeth_getTransactionReceipt
endpoint, enabling it to expose errors for previously silent failures.The text was updated successfully, but these errors were encountered: