-
Notifications
You must be signed in to change notification settings - Fork 2.4k
refactor: simplify gas snapshot handling in cheatcodes #12605
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
refactor: simplify gas snapshot handling in cheatcodes #12605
Conversation
f3709b3 to
4de5e95
Compare
grandizzy
left a comment
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.
should work, please fix CI fmt
a406abd to
9d24699
Compare
|
Hi @grandizzy, did it, pls check, thanks! |
grandizzy
left a comment
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, one more nit
9d24699 to
7ca62c2
Compare
grandizzy
left a comment
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.
thank you
* fix: bump svm-rs (#12728) fix: bump svm-rs and builds * chore: update to macos14 runner (#12774) chore: macos14 runner * chore: fix clippy & forge-std external test (#12698) * chore: fix clippy * bump forge-std * bump solady to pick up fuzz test fix * refactor: simplify gas snapshot handling in cheatcodes (#12605) * chore(tests): bump forge-std version (#12661) * chore: bump forge-std version used for tests * bump ci * bump invariant.shrink_run_limit to 425 to give shrinker more opportunity to find minimum sequence --------- Co-authored-by: zerosnacks <[email protected]> Co-authored-by: zerosnacks <[email protected]> * fix(`ci`): ignore `number_prefix` is unmaintained in `cargo deny` (#12598) number_prefix is unmaintained * chore: disable failing test (#12620) * chore: bump version 1.5.1 (#12873) --------- Co-authored-by: Sharille Reed <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zerosnacks <[email protected]> Co-authored-by: zerosnacks <[email protected]>
Simplify Option unwrapping patterns in gas snapshot handling: