forked from foundry-rs/foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(anvil): Fix
ots_getInternalOperations
(foundry-rs#6068)
* feat(anvil): Fix `ots_getInternalOperations` * Motivation The otterscan `ots_getInternalOperations` was given incorrect values and fully crashing when `SELFDESTRUCTS` where present. The `type` field in the response for this endpoint is incorrectly serialized. * Solution Use the `MinedTransaction` instead of a parity traces to have more granular controll on the specific transactions that we want to filter out in the internal operations and the specific parameters that we want to have access to. Fix the serialization for the`type` field in the response. * feat(anvil): fix create2 handling in `ots_getInternalOperations`
- Loading branch information
1 parent
490b588
commit 619f3c5
Showing
6 changed files
with
205 additions
and
55 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
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