We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panic_data
Deploy
software-mansion/protostar#2024
Source: https://github.com/software-mansion/protostar/blob/0a0748e80ded1b03392daecda17e65efbce265dc/protostar-rust/src/cheatcodes_hint_processor.rs#L156
Edit: Most of the errors should not be recoverable, excluding those with txn execution (which is handled by panic_data).
Separately, we should consider avoiding having error_code in cases which we always return 0
error_code
Edit2: Delegated Invokes and Calls error handling to #2156
Invoke
Call
The text was updated successfully, but these errors were encountered:
Handle deploy panic data (#118)
31e0a10
Closes #47 --------- Co-authored-by: Artur Michałek <[email protected]>
refactor:exercises order (foundry-rs#47)
7e64ca0
Arcticae
Successfully merging a pull request may close this issue.
software-mansion/protostar#2024
Source: https://github.com/software-mansion/protostar/blob/0a0748e80ded1b03392daecda17e65efbce265dc/protostar-rust/src/cheatcodes_hint_processor.rs#L156
Edit:
Most of the errors should not be recoverable, excluding those with txn execution (which is handled by
panic_data
).Separately, we should consider avoiding having
error_code
in cases which we always return 0Edit2:
Delegated
Invoke
s andCall
s error handling to #2156The text was updated successfully, but these errors were encountered: