Skip to content

Releases: cometh-hq/android4337

0.2.0

09 Aug 09:40
54db1c2
Compare
Choose a tag to compare

🌱 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(...) and PasskeySigner.withSharedSigner(...) static suspend functions.
  • Improved exceptions handling

Sample

  • Added an additional example for webauthn signer

0.1.0

01 Jul 09:16
4a119bc
Compare
Choose a tag to compare

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.