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: fix middleware service clone. #894

Merged
merged 1 commit into from
Nov 1, 2024
Merged

fix: fix middleware service clone. #894

merged 1 commit into from
Nov 1, 2024

Conversation

andysim3d
Copy link
Collaborator

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 58.69%. Comparing base (57d28f5) to head (1dca5f0).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/provider/src/alloy/metrics.rs 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

Files with missing lines Coverage Δ
bin/rundler/src/cli/chain_spec.rs 0.00% <ø> (ø)
crates/provider/src/alloy/metrics.rs 0.00% <0.00%> (ø)
Flag Coverage Δ
unit-tests 58.69% <0.00%> (ø)

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

Components Coverage Δ
rundler binary 0.00% <ø> (ø)
builder 63.02% <ø> (ø)
dev ∅ <ø> (∅)
pool 66.74% <ø> (ø)
provider 20.84% <0.00%> (ø)
rpc 25.87% <ø> (ø)
sim 76.76% <ø> (ø)
tasks ∅ <ø> (∅)
types 67.83% <ø> (ø)
utils 29.38% <ø> (ø)

@andysim3d andysim3d merged commit 435bfb5 into main Nov 1, 2024
10 checks passed
@andysim3d andysim3d deleted the andy/middleware-fix branch November 1, 2024 14:12

priority_fee_oracle_type = "USAGE_BASED"
min_max_priority_fee_per_gas = 30000000000
bloxroute_enabled = true
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this true?

id = 5611

priority_fee_oracle_type = "USAGE_BASED"
min_max_priority_fee_per_gas = 30000000000
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just wondering, where did this come from?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is for local test only. I copied it from polygon.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Got it, if just used for your local testing we should remove this from the repo.

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