-
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 transaction stats tracking to unpack (#3162)
## Summary 1. Added support for tracking and displaying L2 transaction size statistics in the unpack command, including histograms and top-N transaction sizes. Also introduced a `--stats-only` flag to unpack for stats-only processing. 2. fix(rooch-da): handle state root mismatch error in execution Add explicit error handling for cases where the execution state root does not match RoochNetwork. This ensures more accurate error reporting and avoids unintended behavior during L2 transaction execution.
- Loading branch information
Showing
5 changed files
with
118 additions
and
49 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
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