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

Reduce lock contention on transaction pool when building a block #7180

Merged
merged 6 commits into from
Jun 13, 2024

Commits on Jun 7, 2024

  1. Avoid keeping txpool lock during block creation

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    33f1aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dec401 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a6aaf6b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'main' into block-creation-txpool-lock-removal

    # Conflicts:
    #	CHANGELOG.md
    fab-10 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    881d092 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded synchronized

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    07d4c6c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge branch 'main' into block-creation-txpool-lock-removal

    Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
    fab-10 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    73551ff View commit details
    Browse the repository at this point in the history