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

feat: add method in txpool for handling pending transactions #10303

Merged
merged 8 commits into from
Aug 22, 2024

Conversation

mvares
Copy link
Contributor

@mvares mvares commented Aug 14, 2024

Closes #10294

@mvares mvares requested a review from mattsse as a code owner August 14, 2024 18:09
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

this is great, one more suggestion

crates/transaction-pool/src/noop.rs Outdated Show resolved Hide resolved
crates/transaction-pool/src/pool/mod.rs Outdated Show resolved Hide resolved
@mattsse mattsse added A-tx-pool Related to the transaction mempool C-enhancement New feature or request labels Aug 14, 2024
@mvares mvares requested a review from mattsse August 14, 2024 23:50
@mvares
Copy link
Contributor Author

mvares commented Aug 21, 2024

cc @mattsse

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

nice!

@mattsse mattsse added this pull request to the merge queue Aug 22, 2024
Merged via the queue into paradigmxyz:main with commit 5644347 Aug 22, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tx-pool Related to the transaction mempool C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Txpool functions to retrieve txs by state and origin
3 participants