Releases: cometh-hq/android4337
Releases · cometh-hq/android4337
0.2.0
🌱 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
0.1.0
First public release.
EntryPoint v7 and Safe Account
🌱 New:
Smart Account: We offer a high-level API for deploying and managing smart accounts (currently supporting Safe Account).
Bundler: Comprehensive support for all bundler methods as defined by ERC-4337.
Paymaster: Enables paymaster for gas fee sponsorship.
Modular and Extensible: Easily create and integrate your own smart account, bundlers, paymasters, and signers.