-
Notifications
You must be signed in to change notification settings - Fork 48
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
Calling and invoking contracts through dispatchers #2144
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.
LGTM although i'd ask somebody for best rust practises 😅
protostar-rust/tests/data/dispatchers/tests/using_dispatchers.cairo
Outdated
Show resolved
Hide resolved
56b93d2
to
6954c24
Compare
6954c24
to
2889752
Compare
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.
Didn't know the PR handling failure/panic data is being done on the base of this PR, that's why I requested changes before
Closes #1992
This PR also fixes some parts of the declare and deploy cheatcodes logic.
Checklist