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

Adjust --detailed-resources to sierra-gas tracking #3051

Open
wants to merge 2 commits into
base: szymczyk/sg-2-run-tests-with-cairo-steps-explicitly
Choose a base branch
from

Conversation

THenry14
Copy link
Contributor

@THenry14 THenry14 commented Mar 6, 2025

Related to #2977

This PR stack aims to add support for new resource tracking (sierra-gas) and new gas representation (GasVector triplet instead of single l1 gas value).

-- (#3049) Add sierra gas tracking
-- (#3050) Run already existing tests with CairoSteps set explicitly
-- (This PR) Add support for sierra gas in --detailed-resources
-- (#3052) Add support for sierra gas in --save-trace-data
-- (#3053) Add sierra version assertion
-- (#3054) Introduce new gas representation
-- (#3055) Add gas tests for sierra-gas tracking
-- (#3056) Update docs with sierra-gas related changes

@@ -847,6 +847,33 @@ fn detailed_resources_flag() {
);
}

#[test]
#[cfg_attr(not(feature = "scarb_since_2_10"), ignore)]
Copy link
Member

Choose a reason for hiding this comment

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

I think this PR should set a CI job as well to run this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is done in #3055 , but if you really want it here I can backport 👍

@THenry14 THenry14 requested review from cptartur and ksew1 March 10, 2025 11:57
@THenry14 THenry14 force-pushed the szymczyk/sg-2-run-tests-with-cairo-steps-explicitly branch from ad52dbe to 0d2a153 Compare March 10, 2025 12:34
@THenry14 THenry14 force-pushed the szymczyk/sg-3-detailed-resources branch from ae4aa88 to 90413b2 Compare March 10, 2025 12:35
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