-
Notifications
You must be signed in to change notification settings - Fork 494
[feat] Introduced helper iterator for CallFrame #2793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
developeruche
wants to merge
11
commits into
alloy-rs:main
Choose a base branch
from
developeruche:feat/frame-iter
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
142d9b5
done introducing the call frame iter=
developeruche 150f602
clippy
developeruche a7f6fb6
sync
developeruche f1f87c0
iter flow change, - inspect frame before skip"
developeruche 822c32d
with delegate call example works fine now -- delegate_call
developeruche f9a8f5e
skip_children with multiple
developeruche 868d807
fixed slipting bug
developeruche a57df55
clean
developeruche abf1e65
Merge branch 'main' of https://github.com/developeruche/alloy into fe…
developeruche 280a5c7
clippy
developeruche 6199093
removed unwrap
developeruche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
112 changes: 112 additions & 0 deletions
112
crates/rpc-types-trace/test_data/call_tracer/multi_call_default.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,112 @@ | ||
| { | ||
| "calls": [ | ||
| { | ||
| "calls": [ | ||
| { | ||
| "calls": [ | ||
| { | ||
| "calls": [ | ||
| { | ||
| "calls": [ | ||
| { | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0xb" | ||
| }, | ||
| { | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0xa" | ||
| } | ||
| ], | ||
| "from": "0xb436ba50d378d4bbc8660d312a13df6af6e89dfb", | ||
| "gas": "0x10738", | ||
| "gasUsed": "0x9751", | ||
| "input": "0x63e4bff40000000000000000000000000024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "output": "0x0000000000000000000000000000000000000000000000000000000000000001", | ||
| "to": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "type": "CALL", | ||
| "value": "0x9" | ||
| }, | ||
| { | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0x8" | ||
| } | ||
| ], | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0x7" | ||
| }, | ||
| { | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0x6" | ||
| } | ||
| ], | ||
| "from": "0xb436ba50d378d4bbc8660d312a13df6af6e89dfb", | ||
| "gas": "0x10738", | ||
| "gasUsed": "0x9751", | ||
| "input": "0x63e4bff40000000000000000000000000024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "output": "0x0000000000000000000000000000000000000000000000000000000000000001", | ||
| "to": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "type": "CALL", | ||
| "value": "0x5" | ||
| }, | ||
| { | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0x4" | ||
| } | ||
| ], | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0x3" | ||
| }, | ||
| { | ||
| "from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "gas": "0x6d05", | ||
| "gasUsed": "0x0", | ||
| "input": "0x", | ||
| "to": "0x0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "type": "CALL", | ||
| "value": "0x2" | ||
| } | ||
| ], | ||
| "from": "0xb436ba50d378d4bbc8660d312a13df6af6e89dfb", | ||
| "gas": "0x10738", | ||
| "gasUsed": "0x9751", | ||
| "input": "0x63e4bff40000000000000000000000000024f658a46fbb89d8ac105e98d7ac7cbbaf27c5", | ||
| "output": "0x0000000000000000000000000000000000000000000000000000000000000001", | ||
| "to": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe", | ||
| "type": "CALL", | ||
| "value": "0x1" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.