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

Support generation of truncated PUSH op in CT #592

Open
facuMH opened this issue Jul 4, 2024 · 0 comments
Open

Support generation of truncated PUSH op in CT #592

facuMH opened this issue Jul 4, 2024 · 0 comments

Comments

@facuMH
Copy link
Contributor

facuMH commented Jul 4, 2024

Right now whenever a PUSH operation is added to the code in generator all data is included in the resulting code. However it is also valid to end the code with incomplete data of a PUSH, all missing elements are considered zero. All bytes after the size of the code should be considered code.
Support for this case should be added to the code generator.

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

No branches or pull requests

2 participants