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

Notify block builder of txs after reject #2549

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

Whenever we have transactions pending in the mempool, we should be willing to build a block. Currently, it's possible for transactions to be added to the mempool while rejecting a block but not notifying the block builder.

How this works

Notify the block builder after rejecting a block.

How this was tested

  • CI
  • Updated tests.

@StephenButtolph StephenButtolph added bug Something isn't working vm This involves virtual machines labels Dec 24, 2023
@StephenButtolph StephenButtolph added this to the v1.10.18 milestone Dec 24, 2023
@StephenButtolph StephenButtolph self-assigned this Dec 24, 2023
@StephenButtolph StephenButtolph added this pull request to the merge queue Dec 27, 2023
Merged via the queue into dev with commit 332a1b3 Dec 27, 2023
17 checks passed
@StephenButtolph StephenButtolph deleted the notify-block-builder-on-reject branch December 27, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vm This involves virtual machines
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants