-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
internal/ethapi: add more testcase for block/header rpc #27325
internal/ethapi: add more testcase for block/header rpc #27325
Conversation
It's great you're adding more tests! while you're at it can you also cover the |
50212eb
to
5b5240a
Compare
Done, please take another look
|
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.
Amazing, I can't believe we have 25 cases for getBlock variants now :)
Some of them are just for testing different boundaries and do not include the After we merge this one, then I'm confident that I can complete the #27305. |
Weird, one of the tests seems to be failing on windows: https://ci.appveyor.com/project/ethereum/go-ethereum/builds/47119845/job/owkbk2mxf3aygp5r?fullLog=true#L839 |
Size is not the same
diff is maybe related to 32bit? I'm going to find a Windows PC to test it manually. |
Seems its the reason for |
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Co-authored-by: Sina Mahmoodi <[email protected]> Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
Signed-off-by: jsvisa <[email protected]>
5b5240a
to
05f6eb4
Compare
Thanks! |
) Signed-off-by: jsvisa <[email protected]> Co-authored-by: Sina Mahmoodi <[email protected]>
…ereum#27325)" This reverts commit 978944e.
…ereum#27325)" This reverts commit 978944e.
No description provided.