-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: eth_getBlockReceipts API implementation #12505
Conversation
Fixed some bugs & did some refactoring to @virajbhartiya 's original work. Main highlights:
|
I had a go at dealing with the gas mismatch - it's because the basefee needs to be from the executed tipset but we don't have that, so we need to reach in and calculate it from the list of messages. I refactored |
err #12514 is what I meant to link to |
CI failure |
f8857f1
to
97d311b
Compare
97d311b
to
22b705c
Compare
Reviewed it all once again and lgtm. |
Closes #12429.
This is a port over of the work done by @virajbhartiya at #12478.
Just adding in the last bit and taking it to completion here as we need it for the upcoming Lotus release.