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
So the current install process for modules split significantly as we worked on the interface for the native modules from the 7579 adapter. Now that we've moved past the clave validation interface there's a few things we want to clean up:
Use module type ids instead of lists during install (validators, hooks, callbacks, fallbacks)
Use isValidSignature instead of handleSignature for 1271 compliance
Use the same signature delegation for validateUserOp as we do in module validator to support multiple validation types
Remove validation hook in favor of validation signature that includes the transaction data (allow using either/both isValidSignature and/or validateTransaction) depending on module.
Setup callback execution
The text was updated successfully, but these errors were encountered:
So the current install process for modules split significantly as we worked on the interface for the native modules from the 7579 adapter. Now that we've moved past the clave validation interface there's a few things we want to clean up:
The text was updated successfully, but these errors were encountered: