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: block production panic #314

Merged
merged 1 commit into from
Oct 8, 2024
Merged

fix: block production panic #314

merged 1 commit into from
Oct 8, 2024

Conversation

cchudant
Copy link
Member

@cchudant cchudant commented Oct 7, 2024

Pull Request type

  • Bugfix

What is the new behavior?

Fix a panic during block production: when a transaction is rejected,it is not removed properly from the current execution batch. The error can also happen when the execution has multiple batches.
That specific case has been fixed and cannot happen anymore, but just in case, the panic has been removed.

Does this introduce a breaking change?

No

@cchudant cchudant force-pushed the fix-block-production-panic branch from cf37b9d to 275c6e6 Compare October 7, 2024 18:40
@cchudant cchudant marked this pull request as ready for review October 7, 2024 18:41
Copy link
Member

@antiyro antiyro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@antiyro antiyro merged commit e34a942 into main Oct 8, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants