Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying x402-exec with
|
| Latest commit: |
ab488ef
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0e0f7e05.x402-exec.pages.dev |
| Branch Preview URL: | https://cleanup-packages.x402-exec.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes deprecated v1 packages and v2 wrapper packages from the monorepo, consolidating around the v2 architecture using official x402 libraries.
Key changes:
- Removes v1 packages (react, fetch, hono, express) that used custom x402 implementations
- Removes v2 wrapper packages (fetch_v2, hono_v2, express_v2) that wrapped official x402 libraries
- Updates dependencies to remove x402 fork reference
- Cleans up facilitator Docker configuration and showcase client to remove deleted package references
Reviewed changes
Copilot reviewed 53 out of 54 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| typescript/packages/react/* | Removes v1 react package with custom settlement hooks |
| typescript/packages/fetch/* | Removes v1 fetch wrapper with custom x402 implementation |
| typescript/packages/hono/* | Removes v1 hono middleware with custom x402 integration |
| typescript/packages/express/* | Removes v1 express middleware with custom x402 integration |
| typescript/packages/fetch_v2/* | Removes v2 fetch wrapper that wrapped official @x402/fetch |
| typescript/packages/hono_v2/* | Removes v2 hono middleware wrapper for official @x402/hono |
| typescript/packages/express_v2/* | Removes v2 express middleware wrapper for official @x402/express |
| typescript/packages/facilitator_v2/package.json | Removes devDependencies on deleted wrapper packages |
| typescript/packages/facilitator_v2/test/e2e/mock-contract-simple.test.ts | Removes E2E test that imported deleted fetch_v2 and hono_v2 packages |
| typescript/packages/client/package.json | Removes x402 fork dependency reference |
| facilitator/Dockerfile | Removes COPY instructions for deleted packages from Docker build |
| examples/showcase/client/src/wagmi.config.ts | Replaces x402 import with local viem chain lookup helper |
| examples/showcase/client/src/config.ts | Replaces x402 import with local viem chain lookup helper |
| examples/showcase/client/package.json | Removes x402 fork dependency reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.