-
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
Change v
field in eth_getTransactionByHash
and eth_getBlockByHash
to be zeroHex instead of null
#917
Conversation
v
field in eth_getTransactionByHash
and eth_getBlockByHash
to be zeroHex instead of null
@sergioaiobuilders, Thank you for your contribution, by what I can see, it looks good. |
Signed-off-by: Major <[email protected]> Signed-off-by: Major <[email protected]>
Signed-off-by: Major <[email protected]>
7305e50
to
0c8a536
Compare
Kudos, SonarCloud Quality Gate passed! |
@AlfredoG87 I just added the test! Let me know if anything else is needed. |
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 👍
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
Thanks for the contribution @sergioaiobuilders |
Description:
This PR changes the current
eth.ts
behaviour ingetTransactionFromContractResult
andgetTransactionByHash
to return0x0
instead ofnull
whenv
isnull
Related issue(s):
Fixes #916
Notes for reviewer:
Checklist