-
Notifications
You must be signed in to change notification settings - Fork 180
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
Precalculate contract address function #433
Precalculate contract address function #433
Conversation
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.
We can remove PrepraredContract
now too
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.
Good job! Please update CHANGELOD.md
and make sure to rebase to master branch after #419 is merged (blockifier operations and writing to memory got separated)
crates/forge/tests/data/simple_package/tests/ext_function_test.cairo
Outdated
Show resolved
Hide resolved
crates/forge/tests/data/simple_package/tests/ext_function_test.cairo
Outdated
Show resolved
Hide resolved
crates/cheatable-starknet/src/cheatcodes/precalculate_address.rs
Outdated
Show resolved
Hide resolved
crates/cheatable-starknet/src/cheatcodes/precalculate_address.rs
Outdated
Show resolved
Hide resolved
crates/cheatable-starknet/src/cheatcodes/precalculate_address.rs
Outdated
Show resolved
Hide resolved
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.
Remember to get rid of PreparedContract
crates/cheatable-starknet/src/cheatcodes/precalculate_address.rs
Outdated
Show resolved
Hide resolved
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 in general
crates/cheatable-starknet/src/cheatcodes/precalculate_address.rs
Outdated
Show resolved
Hide resolved
crates/cheatable-starknet/src/cheatcodes/precalculate_address.rs
Outdated
Show resolved
Hide resolved
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.
Great work! 🔥 Please refrain from merging before release though 🙏
Closes #
Introduced changes
Breaking changes
Checklist
CHANGELOG.md