Skip to content
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] Max Stack Size #176

Closed
b-j-roberts opened this issue Aug 27, 2024 · 2 comments
Closed

[feat] Max Stack Size #176

b-j-roberts opened this issue Aug 27, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@b-j-roberts
Copy link
Contributor

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

@b-j-roberts b-j-roberts added the enhancement New feature or request label Aug 27, 2024
@b-j-roberts
Copy link
Contributor Author

@mubarak23 Please comment here if you'd like to take on this issue. thank you!

@mubarak23
Copy link
Contributor

am here , yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants