chore(passport)!: BSB-6: remove x-client and x-provider StarkEx packages#2809
Open
naveen-imtb wants to merge 1 commit intoremove/BSB-6-sdk-starkex-guardian-clientfrom
Open
Conversation
Delete packages/x-client/ and packages/x-provider/ entirely — these are StarkEx/IMX-specific and deprecated. Also removes: - @imtbl/sdk/x public entrypoint - toolkit's convertToSignableToken (only consumer was x-client) - tests/func-tests/imx/ (StarkEx functional tests) - examples/_deprecated/free-mint-with-minting-backend/ - x_client moduleNameMapper from zkevm jest config BREAKING CHANGE: @imtbl/sdk/x entrypoint is removed. Consumers importing from @imtbl/sdk/x must migrate to zkEVM equivalents.
|
View your CI Pipeline Execution ↗ for commit 301b606
☁️ Nx Cloud last updated this comment at |
JCSanPedro
approved these changes
Mar 30, 2026
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.
!Summary
Remove
@imtbl/x-clientand@imtbl/x-providerpackages — deprecated StarkEx/IMX modules with no active consumers.Detail and impact of the change
Removed
packages/x-client/(90 files) — StarkEx client SDK (IMXClient, stark key generation, signable token utils)packages/x-provider/(109 files) — StarkEx provider (IMX wallet, signable actions, L1 providers, sample app)@imtbl/sdk/xpublic entrypoint — consumers importing from@imtbl/sdk/xwill breakpackages/internal/toolkit/src/convertToSignableToken.ts— only consumer was x-clienttests/func-tests/imx/(43 files) — StarkEx functional testsexamples/_deprecated/free-mint-with-minting-backend/(72 files) — deprecated minting example@imtbl/sdk/x_clientmoduleNameMapper from zkevm jest configpnpm-workspace.yamlAnything else worth calling out?
api.x.immutable.compremajorpre-release for customer testing