-
Notifications
You must be signed in to change notification settings - Fork 75
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
Query mirror node for deployed_bytecode in eth_getCode #418
Conversation
Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
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.
LG, missing one test case based on product logic
Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## main #418 +/- ##
==========================================
+ Coverage 73.55% 73.65% +0.09%
==========================================
Files 10 10
Lines 832 835 +3
Branches 136 137 +1
==========================================
+ Hits 612 615 +3
Misses 172 172
Partials 48 48
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
LG
Description:
eth_getCode
makes a request to the mirror node. In the case of an empty result (0x
) or if the contract has not yet been propagated to the mirror node the bytecode is retrieved from consensus.Related issue(s):
Fixes #27
Notes for reviewer:
Checklist