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(provider): add an entry point v0.7 provider #646

Merged
merged 3 commits into from
Mar 29, 2024

Conversation

dancoombs
Copy link
Collaborator

Proposed Changes

  • Adds a v0.7 entry point provider

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 13.09242% with 1467 lines in your changes are missing coverage. Please review.

Project coverage is 55.19%. Comparing base (4130575) to head (55c6ced).

Additional details and impacted files

Impacted file tree graph

Files Coverage Δ
crates/pool/src/chain.rs 94.69% <100.00%> (ø)
crates/pool/src/mempool/paymaster.rs 93.62% <100.00%> (ø)
crates/pool/src/mempool/uo_pool.rs 92.45% <100.00%> (ø)
crates/provider/src/traits/entry_point.rs 20.00% <ø> (ø)
crates/rpc/src/eth/api.rs 75.83% <ø> (ø)
crates/rpc/src/eth/events/mod.rs 100.00% <ø> (ø)
crates/rpc/src/eth/mod.rs 0.00% <ø> (ø)
crates/sim/src/simulation/mod.rs 66.48% <ø> (ø)
crates/sim/src/simulation/v0_6/simulator.rs 84.75% <100.00%> (+0.41%) ⬆️
crates/types/src/chain.rs 86.95% <100.00%> (+0.59%) ⬆️
... and 37 more
Flag Coverage Δ
unit-tests 55.19% <13.09%> (-3.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 50.64% <0.00%> (-1.00%) ⬇️
dev 0.00% <0.00%> (ø)
pool 65.34% <5.53%> (-1.20%) ⬇️
provider 9.09% <0.77%> (-4.88%) ⬇️
rpc 29.09% <17.72%> (-3.49%) ⬇️
sim 82.85% <17.34%> (-3.27%) ⬇️
tasks ∅ <ø> (∅)
types 66.21% <34.16%> (-7.85%) ⬇️
utils 16.73% <ø> (ø)

Copy link
Collaborator

@dphilipson dphilipson left a comment

Choose a reason for hiding this comment

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

Very nice!

Base automatically changed from danc/builder-multi-ep to danc/pool-ep-route March 29, 2024 21:49
@dancoombs dancoombs merged commit 97defad into danc/pool-ep-route Mar 29, 2024
7 checks passed
@dancoombs dancoombs deleted the danc/ep-provider-0_7 branch March 29, 2024 22:02
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.

2 participants