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(pool): add a configurable maximum time allowed in pool #941

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dancoombs
Copy link
Collaborator

Closes #936

Proposed Changes

  • Add a configurable maximum amount of time a UO is allowed to be in the pool. Defaults to disabled.

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

Attention: Patch coverage is 98.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 58.76%. Comparing base (4463b96) to head (05fb525).

Files with missing lines Patch % Lines
bin/rundler/src/cli/pool.rs 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

Files with missing lines Coverage Δ
crates/pool/src/mempool/mod.rs 100.00% <ø> (ø)
crates/pool/src/mempool/pool.rs 96.70% <100.00%> (+0.13%) ⬆️
crates/pool/src/mempool/uo_pool.rs 92.10% <100.00%> (+<0.01%) ⬆️
crates/types/src/timestamp.rs 98.13% <100.00%> (+0.03%) ⬆️
bin/rundler/src/cli/pool.rs 0.00% <0.00%> (ø)
Flag Coverage Δ
unit-tests 58.76% <98.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
rundler binary 0.00% <0.00%> (ø)
builder 64.45% <ø> (ø)
dev ∅ <ø> (∅)
pool 66.31% <100.00%> (+0.18%) ⬆️
provider 20.25% <ø> (ø)
rpc 26.31% <ø> (ø)
sim 76.63% <ø> (ø)
tasks ∅ <ø> (∅)
types 67.42% <100.00%> (+0.04%) ⬆️
utils 30.06% <ø> (ø)

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.

[pool] Add a maximum valid time for UOs
1 participant