Skip to content

Conversation

@dancoombs
Copy link
Collaborator

@dancoombs dancoombs commented Dec 20, 2025

Proposed Changes

  • Add type support for v0.8 and v0.9 user operations
  • Since they share the same ABI as v0.7, use the same type, just overload their minor differences
  • Support for new user operation hash EIP-712 compatible format
  • Support for EIP-7702 initcode overrides
  • Support for paymaster signature field
  • Modify RPC types to convert to base types

TODO

  • Error handling in hash calculation
  • Think through implications of from_packed broken in the hash calculation for EIP-7702 w/ initcode
  • Testing on deployed entrypoint contracts
  • Unit testing

@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

❌ Patch coverage is 44.58763% with 215 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (feat/ep_v08_v09@01d3bde). Learn more about missing BASE report.

Files with missing lines Patch % Lines
crates/types/src/user_operation/v0_7.rs 78.19% 41 Missing ⚠️
crates/rpc/src/types/v0_7.rs 0.00% 25 Missing ⚠️
crates/contracts/src/v0_7.rs 36.36% 21 Missing ⚠️
crates/pool/src/server/remote/protos.rs 0.00% 19 Missing ⚠️
crates/rpc/src/eth/server.rs 0.00% 18 Missing ⚠️
crates/rpc/src/types/mod.rs 0.00% 18 Missing ⚠️
crates/rpc/src/types/v0_6.rs 0.00% 14 Missing ⚠️
crates/rpc/src/types/permissions.rs 0.00% 11 Missing ⚠️
crates/rpc/src/utils.rs 0.00% 10 Missing ⚠️
crates/provider/src/alloy/entry_point/v0_7.rs 0.00% 9 Missing ⚠️
... and 10 more
Additional details and impacted files

Impacted file tree graph

Files with missing lines Coverage Δ
crates/sim/src/estimation/v0_7.rs 81.80% <100.00%> (ø)
bin/rundler/src/cli/pool.rs 0.00% <0.00%> (ø)
crates/builder/src/task.rs 2.69% <0.00%> (ø)
crates/pool/src/chain.rs 87.69% <0.00%> (ø)
crates/pool/src/server/local.rs 45.33% <0.00%> (ø)
crates/pool/src/task.rs 0.00% <0.00%> (ø)
crates/types/src/user_operation/v0_6.rs 87.95% <0.00%> (ø)
crates/rpc/src/eth/router.rs 24.88% <0.00%> (ø)
crates/types/src/user_operation/mod.rs 66.97% <0.00%> (ø)
crates/rpc/src/rundler.rs 0.00% <0.00%> (ø)
... and 11 more
Flag Coverage Δ
unit-tests 60.09% <44.58%> (?)

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

Components Coverage Δ
rundler binary 0.00% <0.00%> (?)
builder 75.72% <0.00%> (?)
dev ∅ <0.00%> (?)
pool 65.84% <0.00%> (?)
provider 24.22% <0.00%> (?)
rpc 27.47% <0.00%> (?)
sim 81.18% <0.00%> (?)
tasks ∅ <0.00%> (?)
types 70.58% <0.00%> (?)
utils 51.38% <0.00%> (?)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dancoombs dancoombs force-pushed the danc/new-uo-versions branch 4 times, most recently from 518e076 to 4b1f934 Compare December 23, 2025 15:12
@dancoombs dancoombs requested a review from pavelm as a code owner January 5, 2026 15:02
Base automatically changed from danc/ep_v0_8 to feat/ep_v08_v09 January 5, 2026 17:49
@dancoombs dancoombs force-pushed the danc/new-uo-versions branch from 4b1f934 to 66cdc55 Compare January 5, 2026 17:50
@dancoombs dancoombs force-pushed the danc/new-uo-versions branch from 66cdc55 to 330473e Compare January 5, 2026 18:42
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.

LGTM

@dancoombs dancoombs merged commit 28e7471 into feat/ep_v08_v09 Jan 6, 2026
12 of 13 checks passed
@dancoombs dancoombs deleted the danc/new-uo-versions branch January 6, 2026 15:39
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.

4 participants