-
Notifications
You must be signed in to change notification settings - Fork 53
feat: support create_access_list #768
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
base: develop
Are you sure you want to change the base?
feat: support create_access_list #768
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #768 +/- ##
===========================================
- Coverage 46.84% 46.21% -0.64%
===========================================
Files 189 189
Lines 15355 15565 +210
===========================================
Hits 7193 7193
- Misses 7362 7548 +186
- Partials 800 824 +24
🚀 New features to boost your workflow:
|
9eae520 to
f4606c5
Compare
rpc/backend/tx_info.go
Outdated
| return nil, 0, nil, err | ||
| } | ||
|
|
||
| prevTracer, traceArgs, err := b.initAccessListTracer(args, blockNum, addressesToExclude) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't find the location that prevTracer wired into the EVM execution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean ?
res, err := b.DoCall(*traceArgs, blockNum, overrides
af7fdfa to
eb0d985
Compare
f00c1fb to
b6c845d
Compare
Closes: #XXX
Description
For contributor use:
docs/) or specification (x/<module>/spec/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerFor admin use:
WIP,R4R,docs, etc)