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: mempool full retry logic #225

Merged
merged 3 commits into from
Jul 11, 2024
Merged

fix: mempool full retry logic #225

merged 3 commits into from
Jul 11, 2024

Conversation

debendraoli
Copy link
Collaborator

This pull request fixes the issue with the mempool full retry logic. The previous implementation was not handling the retry correctly, causing errors when the mempool was full. This fix ensures that the retry logic works as expected and handles the mempool full scenario properly.

@debendraoli debendraoli self-assigned this Jul 11, 2024
@debendraoli debendraoli added the bug Something isn't working label Jul 11, 2024
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.15%. Comparing base (478dea5) to head (fcecf5e).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #225      +/-   ##
==========================================
+ Coverage   11.47%   13.15%   +1.68%     
==========================================
  Files          85       70      -15     
  Lines       20409    17075    -3334     
==========================================
- Hits         2342     2247      -95     
+ Misses      17813    14586    -3227     
+ Partials      254      242      -12     

see 15 files with indirect coverage changes

@debendraoli debendraoli changed the title Fix mempool full retry logic fix: mempool full retry logic Jul 11, 2024
@debendraoli debendraoli merged commit f49a76e into main Jul 11, 2024
5 of 6 checks passed
@debendraoli debendraoli deleted the fix/mempoolfull-fix branch July 11, 2024 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants