-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Complete eth_getStorageAt implementation #361
Conversation
Codecov Report
@@ Coverage Diff @@
## main #361 +/- ##
==========================================
- Coverage 62.35% 62.21% -0.15%
==========================================
Files 9 9
Lines 866 868 +2
Branches 142 142
==========================================
Hits 540 540
- Misses 288 290 +2
Partials 38 38
Continue to review full report at Codecov.
|
Signed-off-by: Luke Lee <luke.lee@swirldslabs.com>
55db696
to
20c1f9d
Compare
Signed-off-by: Luke Lee <luke.lee@swirldslabs.com>
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.
Nice first PR.
2 non-blocking nits
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.
LGTM
e2d05bc
to
de7efdd
Compare
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
Kudos, SonarCloud Quality Gate passed!
|
@Nana-EC one more approval please. For whatever reason, the email used when signing my last 2 commits was incorrect. I've addressed the issue and resubmitted. |
Description:
Implement the eth_getStorageAt call as an unsupported method.
Related issue(s):
Fixes #355
Notes for reviewer:
Checklist