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

Remove pending transactions from the layered transactions pool #1718

Merged
merged 14 commits into from
Oct 22, 2024

Conversation

bgravenorst
Copy link
Contributor

@bgravenorst bgravenorst commented Oct 18, 2024

Description

Add conceptual information about how the layered transaction pool ranks pending transactions
Added a new CLI option which removes pending transactions with a score below the specified value

Issue(s) fixed

Fixes #1699

Preview

@bgravenorst bgravenorst requested a review from a team as a code owner October 18, 2024 04:10
Copy link

vercel bot commented Oct 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
besu-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 11:19pm

Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Copy link
Contributor

@joaniefromtheblock joaniefromtheblock left a comment

Choose a reason for hiding this comment

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

LGTM

alexandratran and others added 2 commits October 22, 2024 11:27
* Update syncing docs

Signed-off-by: Alexandra Tran <[email protected]>

* Update options.md

Co-authored-by: Joan E <[email protected]>
Signed-off-by: Alexandra Carrillo <[email protected]>

* address reviewer feedback + edits

Signed-off-by: Alexandra Tran <[email protected]>

---------

Signed-off-by: Alexandra Tran <[email protected]>
Signed-off-by: Alexandra Carrillo <[email protected]>
Co-authored-by: Alexandra Tran <[email protected]>
Co-authored-by: Joan E <[email protected]>
@bgravenorst bgravenorst merged commit df17fe9 into hyperledger:main Oct 22, 2024
10 checks passed
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.

Documentation required for new option --tx-pool-min-score
4 participants