-
Notifications
You must be signed in to change notification settings - Fork 177
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
Support gas calculation #1037
Support gas calculation #1037
Conversation
# Conflicts: # crates/forge/src/pretty_printing.rs # crates/forge/src/running.rs # crates/forge/src/test_case_summary.rs
I would like to review this one before merging |
Please do not review 🔒 Changes are coming |
# Conflicts: # crates/forge-runner/src/running.rs # crates/forge/src/lib.rs # crates/forge/src/pretty_printing.rs
Not sure tbh, because it does not affect users (I've removed printing) |
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.
As @piotmag769 and @Arcticae mentioned, we should add support for the Created issue |
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.
Ok with merging 👍 I don't expect we will have it correct in the first shot.
Testing is imo a bit thin.
Please address comments before merging
Are there any test checking if gas from cheatnet is added to the final sum? |
Just added them 10974de |
# Conflicts: # crates/cheatnet/tests/starknet/resources.rs
# Conflicts: # crates/forge-runner/src/lib.rs # crates/forge-runner/src/running.rs
Closes #834
Introduced changes
Checklist
CHANGELOG.md