Skip to content

Releases: tempoxyz/accounts

accounts@0.16.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 05:36
ce4d2c1

Minor Changes

  • 29c91b1: Added CLI device code approval for updating published and pending access key spending limits.

    await provider.request({
      method: "wallet_updateAccessKey",
      params: [
        {
          address: accountAddress,
          accessKeyAddress,
          limits: [{ token, limit }],
        },
      ],
    });

accounts@0.15.5

Choose a tag to compare

@github-actions github-actions released this 24 Jul 00:13
c67d4d1

Patch Changes

  • 77a68ab: Fixed the Privy React adapter to select embedded wallets and continue when an embedded wallet is available before Privy reports wallet readiness.

accounts@0.15.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 23:22
32c98cd

Patch Changes

  • 7480125: Forward fee payer URLs to JSON-RPC wallets.

accounts@0.15.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:34
66cd88e

Patch Changes

  • 9d2bdc8: Skipped EIP-6963 provider announcement when crypto.randomUUID is unavailable (e.g. insecure contexts).
  • 29776b4: Added { domains } form to the wallet_connect identity.email capability for restricting email entry to allowed domains.
  • 5351e1c: Added paradigm.xyz to the list of trusted hosts.

accounts@0.15.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 06:23
4ac137a

Patch Changes

  • 03c1161: Added string and { address } forms to the wallet_connect identity.email capability for requiring a specific email.

accounts@0.15.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:31
87f9f6c

Minor Changes

  • 2cfca91: Updated viem (>=2.54.0) and ox (~0.14.30) for the config-id-free TIP-1061 multisig format, removing genesisConfigId from the multisig relay ResolveConfig, Operation, and Status shapes.

accounts@0.14.12

Choose a tag to compare

@github-actions github-actions released this 07 Jul 01:16
b4a81fb

Patch Changes

  • 186b1f7: Added provider MPP account resolution parameters for locally managed access keys.
  • 2e092e9: Added exact access-key selection for provider-backed mppx parameters.
  • d5c0d66: Changed Mount.auto to allow trusted hosts to use iframe mounts without IntersectionObserver v2 support.
  • 98a8138: Added identity to Provider.create, minting verified-email id tokens from a configured OIDC issuer when local adapters fulfill wallet_connect.
  • 4aa479d: Add SIWE resources to wallet_connect auth challenges, support server-provided SIWE statements in Handler.auth, and preserve extra auth verify JSON fields.

accounts@0.14.11

Choose a tag to compare

@github-actions github-actions released this 19 Jun 05:50
b5545f5

Patch Changes

  • 3610539: Added adapter-supplied default access-key keystores via Adapter.Instance.accessKey.keystores, replacing the removed generateAccessKey.
  • a94dcff: Bumped hono to 4.12.25 (catalog + override for transitive @modelcontextprotocol/sdk paths) to clear the remaining pnpm audit advisories: CORS middleware origin reflection (high), serve-static path traversal, and the AWS Lambda Set-Cookie/body-limit/header issues.
  • 0406c1c: Upgraded vulnerable transitive dependencies to patched versions to clear pnpm audit (vite-plus, vite, ws, tmp, form-data, protobufjs, tar, js-yaml, launch-editor, @babel/core, dompurify).
  • a65930b: Bumped the mppx dependency to ^0.7.0.
  • 9aa1ed4: Fixed eth_fillTransaction to estimate gas for the signing key's signature size instead of always assuming secp256k1.
  • 3610539: Added an accessKey option group to Provider.createaccessKey.keystores for pluggable per-key-type access-key keystores and accessKey.authorize superseding the now-deprecated top-level authorizeAccessKey.
  • 0b960e2: Restored popup treatment in Safari for wallet_connect in the postMessage adapter.
  • b588aa8: Upgraded the wata dependency to 0.2.0 and migrated the postMessage and mobileWebAuth adapters to its async wata.start() session API.

accounts@0.14.9

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:03
e0bb2bd

Patch Changes

  • e15e2a4: Added mobileWebAuth() and tempoWalletMobileWebAuth() adapters, also available from accounts/mobileWebAuth as mobileWebAuth and tempoWallet.

    Added accounts/react-native/expo-web-browser.

    Added ProviderRequest.parse().

    Renamed accounts/react-native/secure-storage to accounts/react-native/expo-secure-store.

    Removed the reactNative() adapter.

accounts@0.14.8

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:21
ddcb2cf

Patch Changes

  • d0d3cea: Added OIDC identity-token support for verified email extraction.