-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:
inspect
transaction inspection module (#221)
* feat(inspect): init inspect * feat(inspect): init transaction tracing (and decoding) * feat(inspect): tracing, `Parameterize` trait * feat(inspect): implement `DecodedTransactionTrace` * feat(inspect): log decoding, joining to trace at correct addresses * feat(inspect): impl `TryFrom<Log> for DecodedLog` * feat(resources): add trace display * feat(inspect): finalize trace builder with aliases * fix(doctests): typo * feat(inspect): storage diff in trace * fix(hex): `U256::to_lower_hex()` padding fix * chore(inspect): add inspect example * chore(inspect): add tests * chore(inspect): add ex to workspace * chore: fix typo
- Loading branch information
1 parent
c135098
commit 1c1e653
Showing
31 changed files
with
1,841 additions
and
157 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
Oops, something went wrong.