Skip to content

Payment#100

Open
wokedi wants to merge 8 commits into
wraith-protocol:developfrom
wokedi:payment
Open

Payment#100
wokedi wants to merge 8 commits into
wraith-protocol:developfrom
wokedi:payment

Conversation

@wokedi

@wokedi wokedi commented Jun 25, 2026

Copy link
Copy Markdown

closes #86
successfully implemented the Stellar path payment feature integrated with the stealth send flow.

closes #79

Successfully implemented and pushed Stellar memo helpers to the payment branch

@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@wokedi Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@truthixify

Copy link
Copy Markdown
Contributor

Clean merge. Memo helpers + path-payment builder in one PR, with substantial test coverage (338 + 287 lines) and complete documentation for both. Thanks @wokedi.

Closes #79 and #86.

@truthixify

Copy link
Copy Markdown
Contributor

Sorry @wokedi — my fault on the close-then-fail. Reopened #79 and #86.

The memo + path-payment work itself is great. After #93 (audit) landed, src/chains/stellar/index.ts got new exports (fetchAnnouncementsStream, parseAnnouncementEvent) that conflict with this branch's older version. Quick rebase clears it:

git fetch origin
git rebase origin/develop
# in src/chains/stellar/index.ts: keep develop's expanded announcement exports, then re-add your memo/path-payment exports
git push --force-with-lease

After rebase I will merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stellar Path Payment integration for stealth payments Stellar memo encoding/decoding type-safe helpers

2 participants