-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rooch-da): add error handling for VM panic in L2 execution (#3134)
* feat(rooch-da): add error handling for VM panic in L2 execution Introduce detailed error handling for L2 transaction execution errors, distinguishing between VM panic and non-panic cases. This change ensures graceful handling of certain errors while logging and propagating critical ones. Updated dependencies to include `rooch-pipeline-processor`. * feat(rooch-pipeline-processor): improve transaction execution flow Refactored transaction execution functions to streamline L1 and L2 transaction handling. Enhanced error logging for VM panic errors, exposing useful diagnostic details.
- Loading branch information
Showing
4 changed files
with
75 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters