🌱 New Features
- Passkey Signer: Manage both SafeWebauthnShared signer and SafeWebauthnFactory contracts.
Enhancements
- Delegate Call Parameters: New delegate call parameters have been introduced in the prepareUserOperation and sendUserOperation functions.
Refactoring
- Moved passkey creation user flow in new
PasskeySigner.withSigner(...)
andPasskeySigner.withSharedSigner(...)
static suspend functions. - Improved exceptions handling
Sample
- Added an additional example for webauthn signer