Skip to content

chore: bump wallet api schema#1030

Merged
jakehobbs merged 1 commit intomainfrom
jake/bump-wallet-api-schema
Feb 13, 2026
Merged

chore: bump wallet api schema#1030
jakehobbs merged 1 commit intomainfrom
jake/bump-wallet-api-schema

Conversation

@jakehobbs
Copy link
Contributor

Description

Remove webauthn support, multiple UOs in wallet_sendPreparedCalls, and adds experimental support for ERC-8021.

Related Issues

Changes Made

Testing

  • I have tested these changes locally
  • I have run the validation scripts (pnpm run validate)
  • I have checked that the documentation builds correctly

@jakehobbs jakehobbs requested a review from a team as a code owner February 13, 2026 19:08
Copilot AI review requested due to automatic review settings February 13, 2026 19:08
@github-actions
Copy link

github-actions bot commented Feb 13, 2026

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Feb 13, 2026, 7:12 PM

@github-actions github-actions bot temporarily deployed to docs-preview February 13, 2026 19:09 Destroyed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Alchemy Wallet API schema to remove WebAuthn support, simplify the wallet_sendPreparedCalls method to handle a single user operation instead of multiple, and add experimental ERC-8021 transaction attribution support across relevant methods.

Changes:

  • Removed all WebAuthn-related types and signatures including webauthn-p256 signer types, WebAuthn public key structures, and MAv2.0.0-ma-webauthn account types
  • Changed wallet_sendPreparedCalls response from "user-operations" (plural, array) to "user-operation" (singular, object)
  • Added experimental_dataSuffix capability for ERC-8021 transaction attribution across multiple methods (wallet_prepareCalls, wallet_requestQuote_v0, and related swap methods)
  • Simplified wallet_listAccounts to only accept signerAddress parameter, removing WebAuthn signerPublicKey option

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 019284e4b8

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@jakehobbs jakehobbs merged commit e3a5873 into main Feb 13, 2026
14 of 15 checks passed
@jakehobbs jakehobbs deleted the jake/bump-wallet-api-schema branch February 13, 2026 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants