Update check-pr-title.yaml#507
Open
Dargon789 wants to merge 40 commits intoUniswap:kris/smartwallet-executeUserOpfrom
Open
Update check-pr-title.yaml#507Dargon789 wants to merge 40 commits intoUniswap:kris/smartwallet-executeUserOpfrom
Dargon789 wants to merge 40 commits intoUniswap:kris/smartwallet-executeUserOpfrom
Conversation
## Description bump sdks in ur-sdk for xlayer ## How Has This Been Tested? _[e.g. Manually, E2E tests, unit tests, Storybook]_ ## Are there any breaking changes? _[e.g. Type definitions, API definitions]_ If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title `feat(breaking): ...`), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK. ## (Optional) Feedback Focus _[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]_ ## (Optional) Follow Ups _[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]_ <!-- claude-pr-description-start --> --- ## ✨ Claude-Generated Content ## Description Bumps SDK dependencies in universal-router-sdk and adds X-Layer chain configuration to enable X-Layer support. This follows the recent SDK version bumps (Uniswap#463, Uniswap#464, Uniswap#465, Uniswap#466) that added X-Layer support to the individual SDKs. ## Changes - Updated `@uniswap/router-sdk` version in `sdks/universal-router-sdk/package.json` from `^2.1.0` to `^2.3.0` - Updated `@uniswap/sdk-core` version from `^7.8.0` to `^7.10.0` - Updated `@uniswap/v2-sdk` version from `^4.16.0` to `^4.17.0` - Updated `@uniswap/v3-sdk` version from `^3.26.0` to `^3.27.0` - Updated `@uniswap/v4-sdk` version from `^1.23.0` to `^1.24.0` - Added X-Layer chain configuration (chain ID 196) in `constants.ts` with WETH address and Universal Router addresses for V1_2, V2_0, and V2_1 - Updated `yarn.lock` to reflect the new dependency versions ## How Has This Been Tested? Will test in routing ## Are there any breaking changes? No <!-- claude-pr-description-end -->
…wap#471) ## Description Revert Universal Router 2.1 support ## How Has This Been Tested? _[e.g. Manually, E2E tests, unit tests, Storybook]_ ## Are there any breaking changes? _[e.g. Type definitions, API definitions]_ If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title `feat(breaking): ...`), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK. ## (Optional) Feedback Focus _[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]_ ## (Optional) Follow Ups _[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]_ <!-- claude-pr-description-start --> --- ## ✨ Claude-Generated Content ## Description Reverts Universal Router 2.1 support that was added in PR Uniswap#442. This PR removes all v2.1-specific features to roll back to a v2.0-only state. ## Changes - Removed `UniversalRouterVersion.V2_1` enum value and all v2.1 router addresses from chain configurations - Deleted `src/utils/eip712.ts` (EIP712 signing utilities for signed route execution) - Deleted `src/entities/actions/across.ts` (Across V4 bridge types) - Removed `SignedRouteOptions`, `EIP712Payload` types and `getExecuteSignedPayload()`, `encodeExecuteSigned()` methods from `swapRouter.ts` - Removed `maxHopSlippage` option from `SwapOptions` interface - Removed `addAcrossBridge()` method and `ACROSS_V4_DEPOSIT_V3` command from `routerCommands.ts` - Removed exports: `NONCE_SKIP_CHECK`, `generateNonce`, `EXECUTE_SIGNED_TYPES`, `getUniversalRouterDomain` - Deleted unit tests for signed routes (`signedRoutes.test.ts`) and Across bridge (`across.test.ts`) - Removed v2.1 documentation from README.md (per-hop slippage, signed routes, cross-chain bridging) ## How Has This Been Tested? Unit tests updated to remove v2.1-specific test cases. ## Are there any breaking changes? Yes - removes the following exports and functionality: - `UniversalRouterVersion.V2_1` - `SignedRouteOptions`, `EIP712Payload` types - `NONCE_SKIP_CHECK`, `generateNonce`, `EXECUTE_SIGNED_TYPES`, `getUniversalRouterDomain` exports - `SwapRouter.getExecuteSignedPayload()` and `SwapRouter.encodeExecuteSigned()` methods - `AcrossV4DepositV3Params` type and `CONTRACT_BALANCE` from across module - `maxHopSlippage` option in `SwapOptions` - Bridge parameters in `SwapRouter.swapCallParameters()` <!-- claude-pr-description-end -->
## PR Scope Please title your PR according to the following types and scopes following [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/): - `fix(SDK name):` will trigger a patch version - `chore(<type>):` will not trigger any release and should be used for internal repo changes - `<type>(public):` will trigger a patch version for non-code changes (e.g. README changes) - `feat(SDK name):` will trigger a minor version - `feat(breaking):` will trigger a major version for a breaking change ## Description _[Summary of the change, motivation, and context]_ ## How Has This Been Tested? _[e.g. Manually, E2E tests, unit tests, Storybook]_ ## Are there any breaking changes? _[e.g. Type definitions, API definitions]_ If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title `feat(breaking): ...`), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK. ## (Optional) Feedback Focus _[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]_ ## (Optional) Follow Ups _[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]_ <!-- claude-pr-description-start --> --- ## ✨ Claude-Generated Content ## Description Adds the Universal Router V2.0 deployment configuration for X-Layer (chain ID 196) by updating from placeholder values to the actual deployed contract address. ## Changes - Updated X-Layer Universal Router V2.0 address from placeholder (`0x0000000000000000000000000000000000000000`) to deployed contract (`0x6bdbd02e751bca2c029cfc21098da04acce8d582`) in `sdks/universal-router-sdk/src/utils/constants.ts` - Updated X-Layer Universal Router V2.0 creation block from `1` to `47680350` ## How Has This Been Tested? Will be tested in routing pipeline. ## Are there any breaking changes? No <!-- claude-pr-description-end -->
…support (Uniswap#469) Co-authored-by: Alan Wu <alanwu100@gmail.com> Co-authored-by: Alan Wu <60207036+alanhwu@users.noreply.github.com>
Co-authored-by: Vasilis Xouris <vasileios.xouris@uniswap.org> Co-authored-by: dianakocsis <diana.kocsis@uniswap.org>
…niswap#462) Co-authored-by: marktoda <toda.mark@gmail.com>
Co-authored-by: Developer <dev@example.com> Co-authored-by: Nick Koutrelakos <nick.koutrelakos@uniswap.org>
Graphite Automations"Request reviewers once CI passes on sdks monorepo" took an action on this PR • (02/01/26)3 reviewers were added and 1 assignee was added to this PR based on Siyu Jiang (See-You John)'s automation. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
PR Scope
Please title your PR according to the following types and scopes following conventional commits:
fix(SDK name):will trigger a patch versionchore(<type>):will not trigger any release and should be used for internal repo changes<type>(public):will trigger a patch version for non-code changes (e.g. README changes)feat(SDK name):will trigger a minor versionfeat(breaking):will trigger a major version for a breaking changeDescription
[Summary of the change, motivation, and context]
How Has This Been Tested?
[e.g. Manually, E2E tests, unit tests, Storybook]
Are there any breaking changes?
[e.g. Type definitions, API definitions]
If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title
feat(breaking): ...), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK.(Optional) Feedback Focus
[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]
(Optional) Follow Ups
[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]