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 10, 2026 1:15am

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
* feat: begin scaffolding mav1

* feat: implement MAv1 functionality

* fix: mav1 address prediction

* fix: type error

* feat(v5): add MAv1 tests, fix UO submission, support call decoding

* refactor: address TODOs

* refactor: rearrange files & add exports

* chore: remove comment

* fix: copilot fixes

* fix: use correct EP for tests

* fix: require at least one owner

* fix: remove logging, add type helper
* feat: custom v5 alpha publish script

* chore: add GH action for v5 alpha publish

* chore: fmt

* chore: fix ci cleanup step

* chore: no need to clean up files at end
* chore: alpha publish script

* chore: add publish shell script w/o git

* chore: remove GH action

* chore: publish fixes

* chore: restore files

* fix: bugs

* fix: remove access

* fix: pre-release script updates

* chore: remove tmp file

* fix: remove skip-git

* fix: lerna issues

* fix: more lerna fixes

* chore: remove test comments

* fix: clean up on version failure
* fix: relax multi-owner light account params

* chore: trigger CI actions

* chore: revert
* feat: add web authn dummy sig and bigIntMax

* docs: add jsdoc for 7212 function
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 <[email protected]>
@jakehobbs jakehobbs changed the title feat: create the initial skeleton for v5 feat: v5 base branch Jan 9, 2026
jakehobbs and others added 2 commits January 9, 2026 17:10
* chore: set up wallet-apis v5 pkg to publish alpha

* chore: add version file
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.

10 participants