-
Notifications
You must be signed in to change notification settings - Fork 62
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
[feat] Add check_error_condition function to engine #229
Comments
I would love to take this issue @b-j-roberts |
Hi @b-j-roberts can I work on this? |
Hey @Iwueseiter! |
@b-j-roberts, i would like to work on this. |
Hey @manlikeHB! |
I'll assign you @Jemiiah , please lmk asap if you have any questions! |
<!-- enter the gh issue after hash --> - [✅] issue #229 - [✅] follows contribution [guide](https://github.com/keep-starknet-strange/shinigami/blob/main/CONTRIBUTING.md) - [ ] code change includes tests <!-- PR description below --> --------- Co-authored-by: Brandon Roberts <brandonjroberts22@gmail.com>
After a script executes with the Shinigami script engine, there are various checks that need to be made to ensure the script was successful.
BTCD implemented these inside a
CheckErrorCondition
function. We will need a similar function in our engine to ensure the Bitcoin transaction is valid.Resources
The text was updated successfully, but these errors were encountered: