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
Bitcoin Script has a max stack size of 1000 items. We will need to implement checks into the engine to ensure this stack size is never exceeded.
I'd recommend following the design of btcd for stack size, since our engine design is so similar.
btcd stack size Shinigami engine
The text was updated successfully, but these errors were encountered:
@mubarak23 Please comment here if you'd like to take on this issue. thank you!
Sorry, something went wrong.
am here , yes
check for stack size before executing the opcode (#182)
1ca6ab7
- [x] issue #176 - [x] follows contribution [guide](https://github.com/keep-starknet-strange/shinigami/blob/main/CONTRIBUTING.md) --------- Co-authored-by: Brandon Roberts <[email protected]>
mubarak23
No branches or pull requests
Bitcoin Script has a max stack size of 1000 items. We will need to implement checks into the engine to ensure this stack size is never exceeded.
I'd recommend following the design of btcd for stack size, since our engine design is so similar.
References
btcd stack size
Shinigami engine
The text was updated successfully, but these errors were encountered: