Skip to content

Conversation

@moldy530
Copy link
Contributor

@moldy530 moldy530 commented Jun 9, 2025

Pull Request Checklist


PR-Codex overview

This PR introduces several updates across various packages, primarily focusing on configuration files, version management, and documentation enhancements. It also adds error handling classes and templates for package creation in the CLI tool.

Detailed summary

  • Added tsconfig.json files with specific configurations for multiple packages.
  • Introduced autogenerated VERSION exports in several packages.
  • Created error handling classes: FetchError, ServerError, and ChainNotFoundError.
  • Added new documentation pages for various Alchemy packages and functions.
  • Enhanced CLI tool with command templates for adding packages.
  • Updated vitest.config.ts files across packages to include project-specific configurations.
  • Modified inject-version.ts scripts to automate version management.
  • Improved the halp CLI tool documentation and usage instructions.

The following files were skipped due to too many changes: docs/scripts/insert-docs.sh, packages/alchemy/package.json, packages/signer/package.json, packages/wallet-apis/package.json, packages/signer-web/package.json, packages/signer-react-native/package.json, packages/smart-accounts/package.json, packages/smart-accounts/src/light-account/types.ts, package.json, packages/signer/src/types.ts, packages/wallet-apis/src/actions/requestGasAndPaymasterAndData.ts, halp/src/commands/add-package/base/packageJsonTemplate.ts, packages/common/package.json, packages/wallet-apis/src/actions/types.ts, packages/smart-accounts/src/light-account/decorators/singleOwner.ts, packages/common/src/utils/bigint.ts, packages/common/src/transport/split.ts, packages/wallet-apis/src/actions/utils.ts, halp/src/commands/add-package/json-rpc/task.ts, halp/src/commands/add-package/rest-api/task.ts, packages/common/src/tracing/updateHeaders.ts, packages/common/src/transport/__snapshots__/alchemyTransport.test.ts.snap, packages/smart-accounts/src/light-account/decorators/multiOwner.ts, packages/signer/src/authClient.ts, packages/smart-accounts/src/alchemyEstimateFeesPerGas.ts, packages/wallet-apis/src/schema.ts, docs/docs.yml, packages/common/src/utils/types.ts, docs/pages/reference/alchemy/common/functions/alchemy.mdx, packages/signer/src/signer.ts, packages/smart-accounts/src/light-account/accounts/multi-owner-account.ts, packages/smart-accounts/src/light-account/accounts/account.ts, packages/wallet-apis/src/actions/requestGasAndPaymasterAndData.test.ts, packages/smart-accounts/src/light-account/abis/LightAccountFactoryAbi_v2.ts, halp/src/commands/add-package/command.ts, packages/smart-accounts/tests/coinbase-account.test.ts, packages/common/src/tracing/traceHeader.ts, packages/smart-accounts/src/light-account/abis/MultiOwnerLightAccountFactoryAbi.ts, packages/smart-accounts/src/light-account/predictAddress.test.ts, packages/smart-accounts/src/light-account/predictAddress.ts, packages/smart-accounts/src/light-account/accounts/multi-owner-account.test.ts, packages/smart-accounts/src/light-account/utils.ts, packages/smart-accounts/src/light-account/abis/LightAccountAbi_v2.ts, packages/smart-accounts/src/light-account/abis/MultiOwnerLightAccountAbi.ts, packages/smart-accounts/src/light-account/accounts/base.ts, packages/smart-accounts/src/light-account/abis/LightAccountAbi_v1.ts, packages/common/src/transport/alchemy.ts, packages/smart-accounts/src/light-account/accounts/account.test.ts, packages/common/src/chains.ts, yarn.lock

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Jun 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
aa-sdk-ui-demo Ignored Ignored Preview Jan 21, 2026 10:14pm

Request Review

Copy link
Contributor Author

moldy530 commented Jun 9, 2025


How to use the Graphite Merge Queue

Add the label graphite-merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions
Copy link

github-actions bot commented Jun 9, 2025

🌿 Documentation Preview

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Aug 6, 2025, 5:53 PM

@github-actions github-actions bot temporarily deployed to docs-preview June 9, 2025 21:47 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 9, 2025 21:50 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 9, 2025 22:38 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 9, 2025 22:43 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 9, 2025 22:53 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 10, 2025 15:13 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 10, 2025 15:14 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 10, 2025 15:17 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 10, 2025 15:26 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 10, 2025 15:29 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 10, 2025 15:49 Inactive
@github-actions github-actions bot temporarily deployed to docs-preview June 10, 2025 16:30 Inactive
Richard-Dang and others added 3 commits January 6, 2026 11:27
* chore: rename factoryAddress to factory

* refactor(vercel): ignore build for descendent branches
* chore: prepare for alpha pkg publishing via gha

* chore: bump pkg version in deps

* chore: bump pkg versions

* chore(v5): publish alpha version 0.0.0-alpha.9 [skip ci]

* chore: remove tmp file

* chore(v5): publish alpha version 0.0.0-alpha.10 [skip ci]

* chore: fix versions

* chore: bump more versions

* chore: remove old script

---------

Co-authored-by: Alchemy Bot <alchemy-bot@alchemy.com>
@jakehobbs jakehobbs changed the title feat: create the initial skeleton for v5 feat: v5 base branch Jan 9, 2026
jakehobbs and others added 13 commits January 9, 2026 17:10
* chore: set up wallet-apis v5 pkg to publish alpha

* chore: add version file
* fix: use gh auth token for gh api

* fix: correct wallet-apis version in wagmi core pkg
* test: fix swap test

* chore: fmt
* chore: bump wallet api types pkg

* feat: support paymaster permit in sendCalls

* test: add missing swap test from v4

* feat(v5): webauthn support in wallet client

* fix: correcly check webauthn acct type

* refactor: consistent type check

* chore: update lockfile

* test: fix swap test account addr

* fix: use correct transport for e2e tests

* fix: remove unused import

* chore: revert rundler file

* test: use new usdc test address
…pe flexibility (#2325)

* fix: cast bundler client

* chore: add comment
@vercel
Copy link

vercel bot commented Jan 16, 2026

Deployment failed with the following error:

Creating the Deployment Timed Out.

jakehobbs and others added 6 commits January 16, 2026 15:10
…2296)

* fix: get acct addr from EP if factory data is provided w/o acct addr

* fix: self-review

* fix: unused import

* feat: decode factory data

* test: fix test params

* fix: correct type inference

* fix: factoryData & salt mutually exclusive

* test: use latest LA version as default

* test: remove duplicate test

* fix: read decoded entity id for webauthn
* feat: bso support

* refactor: extract helper for extraction

* chore: bump wallet-api-types

* test: add tests for capabilities helpers

* fix: wallet_sendPreparedCalls only accepts 1 policy id

* refactor: wallet_sendPreparedCalls now supports policyIds

* chore: typo

* chore: bump wallet-api-types
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.