Summary
Implement an xBull-specific WalletAdapter (depends on the WalletAdapter abstraction issue in this batch) mirroring the Freighter interception pattern -- research xBull's actual injected API/postMessage protocol, hook its signing flow, and route through the existing resolveOutcome/scoring/popup pipeline unchanged.
Current Behavior / Relevant Code
- README.md:49 lists xBull as a next target after Freighter; no xBull-specific code exists anywhere in the repo today.
Why This Matters
Second-wallet support is the proof that the WalletAdapter architecture actually generalizes, and directly expands the product's addressable user base per the stated roadmap.
Proposed Solution
- Research and document xBull's signing-request interception point (likely a different postMessage shape or injected window object than Freighter's).
- Implement the adapter, reusing resolveOutcome, decodeTransaction, and the popup entirely as-is.
- Add manual test notes (real xBull install) and any automatable protocol-shape tests.
Acceptance Criteria
Definition of Done
How to Claim This Issue (Application Process)
- Comment first. Post a short implementation plan on this issue — your proposed approach, the files you expect to touch, and any open questions — before writing code. This prevents duplicate effort and lets a maintainer flag concerns early, which matters especially for an issue at this complexity level.
- Wait for assignment. A maintainer will review your plan and assign the issue to you, typically within 48 hours. Please do not open a draft PR before you're assigned.
- Stay active. If there's no visible activity (commits or comments) for 10 days after assignment, the issue may be unassigned and reopened to other contributors.
- Submit a scoped PR. Reference this issue (
Closes #<issue-number>), keep the diff scoped to the acceptance criteria above, and ensure all CI gates pass before requesting review.
- Engage with review. Respond to review feedback within a reasonable timeframe; PRs with no response after 7 days may be closed pending resubmission when you're ready to pick it back up.
Category: Multi-Wallet Generalization
Estimated effort: L (large, ~1-2 weeks)
Difficulty: Advanced — this issue assumes familiarity with the codebase's MV3 service-worker architecture, the Freighter interception protocol, and/or the Stellar SDK.
Summary
Implement an xBull-specific WalletAdapter (depends on the WalletAdapter abstraction issue in this batch) mirroring the Freighter interception pattern -- research xBull's actual injected API/postMessage protocol, hook its signing flow, and route through the existing resolveOutcome/scoring/popup pipeline unchanged.
Current Behavior / Relevant Code
Why This Matters
Second-wallet support is the proof that the WalletAdapter architecture actually generalizes, and directly expands the product's addressable user base per the stated roadmap.
Proposed Solution
Acceptance Criteria
Definition of Done
npm run lint,npm run typecheck,npm test, andnpm run buildall pass locally and in CIREADME.mdHow to Claim This Issue (Application Process)
Closes #<issue-number>), keep the diff scoped to the acceptance criteria above, and ensure all CI gates pass before requesting review.Category: Multi-Wallet Generalization
Estimated effort: L (large, ~1-2 weeks)
Difficulty: Advanced — this issue assumes familiarity with the codebase's MV3 service-worker architecture, the Freighter interception protocol, and/or the Stellar SDK.