chore: sync lockfile (#372)#444
Merged
mijinummi merged 3 commits intoJun 3, 2026
Merged
Conversation
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.
Closes #372
🎯 Purpose & Overview
This Pull Request implements the Soroban Bridge Integration Test Harness to verify end-to-end bridge transfer flows, smart contract compatibility validation, smart routing scoring, and RPC queue resilience. It also corrects dependency mapping in the Next.js adapter package and updates the workspace lockfile accordingly.
🛠️ Key Changes
[NEW] test/integration/stellar/soroban-bridge-test-harness.ts:
Simulates a local Stellar/Soroban bridge environment.
Mocks contract interfaces, transfer logic, routing options, and transaction queuing.
[NEW] test/integration/stellar/soroban-bridge-integration.spec.ts:
End-to-End Bridge Transfer Flow: Validates successful cycles and out-of-funds error paths.
Contract Compatibility: Validates SEP-41 interface conformance, unsupported contract versions, and error collection.
Smart Routing Engine: Verifies correct ranking and selection of bridge routes based on weight priorities (fees, speed, reliability).
RPC Queue Dynamics & Resilience: Tests concurrency limit handling, retry logic for transient/retryable errors, and terminal failure conditions.
[MODIFY] packages/next-adapter/package.json:
Corrected @bridgewise/ui-components version in peerDependencies from ^0.1.0 to ^0.0.1.
Added @bridgewise/ui-components as a workspace dependency under devDependencies.
[MODIFY] pnpm-lock.yaml:
Updated lockfile specs to align with the new workspace mapping constraints.
🧪 Verification Plan
Automated Tests
All new tests have been executed locally and verified to pass successfully:
bash
npx jest test/integration/stellar/soroban-bridge-integration.spec.ts