-
Notifications
You must be signed in to change notification settings - Fork 208
feat: v5 base branch #1670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: v5 base branch #1670
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
How to use the Graphite Merge QueueAdd 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. |
🌿 Documentation Preview
|
* 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>
* 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
|
Deployment failed with the following error: |
…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

Pull Request Checklist
yarn test)sitefolder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change)yarn lint:check) and fix any issues? (yarn lint:write)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
tsconfig.jsonfiles with specific configurations for multiple packages.VERSIONexports in several packages.FetchError,ServerError, andChainNotFoundError.vitest.config.tsfiles across packages to include project-specific configurations.inject-version.tsscripts to automate version management.halpCLI tool documentation and usage instructions.