Skip to content
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

Merged
merged 2 commits into from
Jan 17, 2025
Merged

fix: sending l1 data gas to gateway #2494

merged 2 commits into from
Jan 17, 2025

Conversation

vbar
Copy link
Contributor

@vbar vbar commented Jan 17, 2025

The gateway ResourceBounds conversion was missing l1 data gas.

@vbar vbar requested a review from a team as a code owner January 17, 2025 11:39
@@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

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...

Copy link
Contributor Author

@vbar vbar Jan 17, 2025

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 ...

Copy link
Contributor

@kkovaacs kkovaacs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@t00ts t00ts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vbar vbar force-pushed the vbar/convert-l1-data-gas branch from 5840ca0 to 64daa18 Compare January 17, 2025 12:41
@vbar vbar merged commit 843cf4a into main Jan 17, 2025
8 checks passed
@vbar vbar deleted the vbar/convert-l1-data-gas branch January 17, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants