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 mempool filters and builder affinity #989

Open
wants to merge 3 commits into
base: danc/submit-proxy
Choose a base branch
from

Conversation

dancoombs
Copy link
Collaborator

Closes #982

bin/rundler/src/cli/mod.rs Outdated Show resolved Hide resolved
crates/pool/src/task.rs Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 1, 2025

Codecov Report

Attention: Patch coverage is 72.81879% with 81 lines in your changes missing coverage. Please review.

Project coverage is 59.25%. Comparing base (46f6852) to head (7987ecd).

Files with missing lines Patch % Lines
crates/builder/src/emit.rs 27.02% 27 Missing ⚠️
crates/builder/src/task.rs 0.00% 10 Missing ⚠️
crates/pool/src/task.rs 0.00% 9 Missing ⚠️
bin/rundler/src/cli/mod.rs 0.00% 7 Missing ⚠️
crates/builder/src/bundle_proposer.rs 80.00% 5 Missing ⚠️
crates/pool/src/server/local.rs 0.00% 5 Missing ⚠️
crates/pool/src/server/remote/protos.rs 0.00% 5 Missing ⚠️
crates/pool/src/server/remote/server.rs 0.00% 4 Missing ⚠️
bin/rundler/src/cli/builder.rs 0.00% 3 Missing ⚠️
crates/builder/src/bundle_sender.rs 70.00% 3 Missing ⚠️
... and 2 more
Additional details and impacted files

Impacted file tree graph

Files with missing lines Coverage Δ
crates/pool/src/mempool/mod.rs 100.00% <100.00%> (ø)
crates/pool/src/mempool/paymaster.rs 93.75% <100.00%> (+<0.01%) ⬆️
crates/pool/src/mempool/pool.rs 97.00% <100.00%> (+<0.01%) ⬆️
crates/rpc/src/eth/api.rs 71.92% <100.00%> (+0.09%) ⬆️
crates/sim/src/simulation/mempool.rs 94.92% <100.00%> (+0.16%) ⬆️
crates/types/src/pool/traits.rs 100.00% <ø> (ø)
crates/types/src/pool/types.rs 45.00% <ø> (ø)
crates/pool/src/server/remote/client.rs 0.00% <0.00%> (ø)
crates/pool/src/mempool/uo_pool.rs 93.17% <98.76%> (+0.40%) ⬆️
bin/rundler/src/cli/builder.rs 0.00% <0.00%> (ø)
... and 9 more
Flag Coverage Δ
unit-tests 59.25% <72.81%> (+0.10%) ⬆️

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

Components Coverage Δ
rundler binary 0.00% <0.00%> (ø)
builder 65.41% <45.12%> (-0.24%) ⬇️
dev ∅ <ø> (∅)
pool 67.75% <86.24%> (+0.33%) ⬆️
provider 19.02% <ø> (ø)
rpc 26.51% <100.00%> (+0.03%) ⬆️
sim 77.55% <100.00%> (+0.06%) ⬆️
tasks ∅ <ø> (∅)
types 68.09% <ø> (ø)
utils 32.43% <ø> (ø)

@dancoombs dancoombs force-pushed the danc/affinity branch 3 times, most recently from 6793bb8 to 5fbe784 Compare February 1, 2025 18:22
Copy link
Collaborator

@0xfourzerofour 0xfourzerofour left a comment

Choose a reason for hiding this comment

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

Overally looks good, I just think there should be some tests added

crates/pool/src/mempool/uo_pool.rs Show resolved Hide resolved
@dancoombs dancoombs force-pushed the danc/affinity branch 2 times, most recently from 3f42cff to 87218ff Compare February 4, 2025 23:59
Copy link
Collaborator

@0xfourzerofour 0xfourzerofour left a comment

Choose a reason for hiding this comment

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

🚢

@dancoombs dancoombs force-pushed the danc/submit-proxy branch 3 times, most recently from 48864f1 to 286d179 Compare February 7, 2025 14:47
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.

3 participants