-
-
Notifications
You must be signed in to change notification settings - Fork 11
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: for APE-1796, adds in gas_used_for_L1 to arbitrum receipt #32
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.
thanks for doing this! Can you fix the serializer and add a test?
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.
one nit in the tests, but looks good!
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!
I know it is a bit weird with the mix and match of camelCase and snake_case, but for 0.9, all receipt fields should be JSON-ically camelCase and Pythonically snake_case.
What I did
Added in the gas_used_for_L1 arbitrum property to the ape receipt
fixes: APE-1796
How I did it
How to verify it
Checklist