chore(passport)!: BSB-6: remove x-client and x-provider StarkEx packages#2809
Merged
rodrigo-fournier-immutable merged 4 commits intoApr 7, 2026
Merged
Conversation
|
View your CI Pipeline Execution ↗ for commit c35d583
☁️ Nx Cloud last updated this comment at |
JCSanPedro
previously approved these changes
Mar 30, 2026
2 tasks
…x entrypoint Delete the entire x-client and x-provider StarkEx packages, remove the @imtbl/sdk/x public entrypoint, clean up toolkit's convertToSignableToken helper (only consumed by x-client/x-provider), delete IMX functional tests, remove deprecated IMX example app, and update workspace config.
Revert removal of x-client and x-provider packages and the @imtbl/sdk/x entrypoint. These will be removed in a dedicated follow-up PR to keep the Passport StarkEx cleanup scoped to passport-specific changes.
These tests hit api.x.immutable.com with no mocking, causing failures when Nx cache misses. StarkEx/IMX is deprecated and these tests will be removed when x-client is deleted in a follow-up PR.
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.
301b606 to
c35d583
Compare
rodrigo-fournier-immutable
approved these changes
Apr 7, 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