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

Investigate stack state when entering finalize_transaction #902

Open
igamigo opened this issue Sep 30, 2024 · 0 comments
Open

Investigate stack state when entering finalize_transaction #902

igamigo opened this issue Sep 30, 2024 · 0 comments
Milestone

Comments

@igamigo
Copy link
Collaborator

igamigo commented Sep 30, 2024

What should be done?

As part of finalize_transaction, this set of commands is done for truncating the stack. However, following the stack, this should not have to be done unless the procedure is being executed with more elements than expected. If these commeands are commented out, execution will fail for multiple tests.

How should it be done?

Investigate why we are entering the procedure with more elements in the stack than expected.

When is this task done?

When we understand why this is happening and possibly have removed these extra commands.

Additional context

#897 (comment)

@igamigo igamigo changed the title Investigate stack when entering finalize_transaction Investigate stack state when entering finalize_transaction Sep 30, 2024
@bobbinth bobbinth added this to the v0.7 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants