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
Integrate error-codegen-poc into anvil-zksync for insightful and actionable debugging.
Currently, error messages are vague and difficult to interpret, making it challenging for users to take corrective actions. By integrating the error-codegen library, we can provide users with clear, informative error messages that guide them effectively.
🤔 Rationale
Adding this feature is important for:
Enhancing the debugging experience by providing actionable error messages.
Reducing the time spent troubleshooting vague or unclear issues.
Improving overall developer productivity and satisfaction.
🌟 Feature Request
📝 Description
Integrate error-codegen-poc into
anvil-zksync
for insightful and actionable debugging.Currently, error messages are vague and difficult to interpret, making it challenging for users to take corrective actions. By integrating the
error-codegen
library, we can provide users with clear, informative error messages that guide them effectively.🤔 Rationale
Adding this feature is important for:
🖼️ Mockups/Examples
See an example migration here: PR #428.
📋 Additional Context
This feature implementation should consider the following related issues for consistency and alignment:
CallErrorTracer
Logging and Update Revert/Halt Handling #436tracing::info!
with stdout #435The text was updated successfully, but these errors were encountered: