You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auth is not max/random filled for DA calculations. (Max fill isn't used for DA - but we should fix, random fill is). These should be filled with max and random signature values.
Describe the bug
Collecting a list of places where 7702 auth seems to have bugs
Auth tuple isn't serialized to proto:
rundler/crates/pool/src/server/remote/protos.rs
Line 151 in 6c2e4ef
Auth list doesn't impact the
input
oftxn_request
and thus isn't included in da calculationrundler/crates/provider/src/alloy/entry_point/v0_6.rs
Line 334 in 6c2e4ef
rundler/crates/provider/src/alloy/entry_point/v0_7.rs
Line 328 in 6c2e4ef
Auth is not max/random filled for DA calculations. (Max fill isn't used for DA - but we should fix, random fill is). These should be filled with max and random signature values.
rundler/crates/types/src/user_operation/v0_6.rs
Line 431 in 6c2e4ef
rundler/crates/types/src/user_operation/v0_6.rs
Line 464 in 6c2e4ef
rundler/crates/types/src/user_operation/v0_7.rs
Line 381 in 6c2e4ef
rundler/crates/types/src/user_operation/v0_7.rs
Line 430 in 6c2e4ef
The text was updated successfully, but these errors were encountered: