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(grpc): get tx pool content filter by payload type #1581

Merged
merged 4 commits into from
Nov 7, 2024

Conversation

alidevjimmy
Copy link
Contributor

@alidevjimmy alidevjimmy commented Nov 3, 2024

Description

This PR fixes GetTxPoolContent method filter by payload type.
UNKNOWN type returns all pending transactions in tx pool

Related issue(s)

Fixes #1571

@alidevjimmy alidevjimmy requested review from b00f and Ja7ad November 3, 2024 07:33
Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.88%. Comparing base (86a8ba9) to head (5ae87cb).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1581      +/-   ##
==========================================
+ Coverage   75.07%   75.88%   +0.81%     
==========================================
  Files         234      236       +2     
  Lines       12156    18199    +6043     
==========================================
+ Hits         9126    13811    +4685     
- Misses       2582     3925    +1343     
- Partials      448      463      +15     

@Ja7ad
Copy link
Contributor

Ja7ad commented Nov 3, 2024

@alidevjimmy If PR have exists issue, please mention it.

Fixes #1581 

@Ja7ad Ja7ad merged commit 0b09ba0 into pactus-project:main Nov 7, 2024
12 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.

Filter payload type in API tx pool not working
3 participants