Releases: tempoxyz/accounts
Releases · tempoxyz/accounts
Release list
accounts@0.16.0
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
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
Patch Changes
- 7480125: Forward fee payer URLs to JSON-RPC wallets.
accounts@0.15.2
Patch Changes
accounts@0.15.1
Patch Changes
- 03c1161: Added string and
{ address }forms to thewallet_connectidentity.emailcapability for requiring a specific email.
accounts@0.15.0
Minor Changes
- 2cfca91: Updated
viem(>=2.54.0) andox(~0.14.30) for the config-id-free TIP-1061 multisig format, removinggenesisConfigIdfrom the multisig relayResolveConfig,Operation, andStatusshapes.
accounts@0.14.12
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.autoto allow trusted hosts to use iframe mounts without IntersectionObserver v2 support. - 98a8138: Added
identitytoProvider.create, minting verified-email id tokens from a configured OIDC issuer when local adapters fulfillwallet_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
Patch Changes
- 3610539: Added adapter-supplied default access-key keystores via
Adapter.Instance.accessKey.keystores, replacing the removedgenerateAccessKey. - a94dcff: Bumped
honoto4.12.25(catalog + override for transitive@modelcontextprotocol/sdkpaths) to clear the remainingpnpm auditadvisories: CORS middleware origin reflection (high),serve-staticpath 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
mppxdependency to^0.7.0. - 9aa1ed4: Fixed
eth_fillTransactionto estimate gas for the signing key's signature size instead of always assuming secp256k1. - 3610539: Added an
accessKeyoption group toProvider.create—accessKey.keystoresfor pluggable per-key-type access-key keystores andaccessKey.authorizesuperseding the now-deprecated top-levelauthorizeAccessKey. - 0b960e2: Restored popup treatment in Safari for wallet_connect in the postMessage adapter.
- b588aa8: Upgraded the
watadependency to0.2.0and migrated thepostMessageandmobileWebAuthadapters to its asyncwata.start()session API.
accounts@0.14.9
Patch Changes
-
e15e2a4: Added
mobileWebAuth()andtempoWalletMobileWebAuth()adapters, also available fromaccounts/mobileWebAuthasmobileWebAuthandtempoWallet.Added
accounts/react-native/expo-web-browser.Added
ProviderRequest.parse().Renamed
accounts/react-native/secure-storagetoaccounts/react-native/expo-secure-store.Removed the
reactNative()adapter.
accounts@0.14.8
Patch Changes
- d0d3cea: Added OIDC identity-token support for verified email extraction.