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

Fix execution tracing during failed contract deployments #538

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

anishnaik
Copy link
Collaborator

There was a minor bug during the execution tracing of failed contract deployments.

We were reverting back to genesis before beginning execution tracing of a failed contract deployment. However, this won't work since we should just revert one block back and reapply the call sequence element. Otherwise, the state of the blockchain is out of sync with the nonce of the sender.

@anishnaik anishnaik requested a review from Xenomega as a code owner January 14, 2025 20:25
@anishnaik anishnaik merged commit 58e98c7 into master Jan 14, 2025
12 checks passed
@anishnaik anishnaik deleted the fix/execution-tracing-during-deployment branch January 14, 2025 20:43
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

Successfully merging this pull request may close these issues.

1 participant