You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads-up: fixing the lockfile is necessary but not sufficient for a green npm ci. @conduit-protocol/sdk is a git dependency with a prepare build, and conduit-protocol/streamFi-sdkmain currently doesn't compile — its #498 merge reintroduced _signer(): Signer without the Signer type import (TS2304). So npm ci fails at the SDK's prepare step regardless of registry URLs. That's fixed in conduit-protocol/streamFi-sdk#555 — this repo's CI needs both.
This branch is far behind main — merging it produces 10 conflicting files (package.json/package-lock.json, contexts/WalletContext.tsx, .github/workflows/ci.yml, app/stream/[id]/page.tsx, the test suite) and a 40-file / ~600-line divergence, reverting the shared withTimeout extraction and the #363 recipient-check test scaffolding. Needs a fresh rebase onto current main. Leaving open per instruction.
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
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
signTxsession abort listener on every exit pathRateTickeratendTimenpmmirror.comlockfile entries in CInpm ciwas restoredVerification
npm cinpm run lintnpm run typechecknpm test(413 passed, 4 todo)npm run buildFixes #374
Fixes #375
Fixes #376
Fixes #404