-
Notifications
You must be signed in to change notification settings - Fork 245
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: sending l1 data gas to gateway #2494
Conversation
@@ -856,8 +856,7 @@ pub mod transaction { | |||
Self { | |||
l1_gas: value.l1_gas.into(), | |||
l2_gas: value.l2_gas.into(), | |||
// TODO: add this when adding support for Starknet 0.13.4 |
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.
BTW: are there more of these 0.13.4 related TODOs?
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.
not in this file... :-) I'll look elsewhere as well...
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.
...and I don't see anything except 64daa18 ...
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.
LGTM
5840ca0
to
64daa18
Compare
The gateway ResourceBounds conversion was missing l1 data gas.