-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Fix buggy BlockHeader
ts interface
#4452
Fix buggy BlockHeader
ts interface
#4452
Conversation
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.
@karim-en Thanks for the contribution, I am running the CI jobs on this PR to see if something related is broken.
Meanwhile can you please look into these two tests and see if these are related to change.
I would also suggest that you create an a bug issue on web3 repo and then link your PR to that issue.
Pull Request Test Coverage Report for Build 1408779542
💛 - Coveralls |
@karim-en Did you get a chance to look into above message? |
Oh, thanks for bumping me, I missed your message, I am going to check that |
@karim-en We look forward for your update on this PR so we can merge it. |
Done. sorry for the delay. |
Taking over PR to update |
* Fix buggy `BlockHeader` ts interface (#4452) * Fix buggy `BlockHeader` ts interface * Fix `receiptsRoot` property in the unit test Co-authored-by: Nazar Hussain <nazarhussain@gmail.com> * Update CHANGELOG Co-authored-by: Karim <karimkaspersky@yahoo.com> Co-authored-by: Nazar Hussain <nazarhussain@gmail.com>
Description
The name of the
receiptRoot
property is not correct and we should usereceiptsRoot
instead.wiki:
https://eth.wiki/json-rpc/API#:~:text=of%20the%20block.-,receiptsRoot,-%3A
Related Issue
Resolve #4517
ethereum/go-ethereum#3084
Type of change