Skip to content

Payment#100

Merged
truthixify merged 9 commits into
wraith-protocol:developfrom
wokedi:payment
Jul 1, 2026
Merged

Payment#100
truthixify merged 9 commits into
wraith-protocol:developfrom
wokedi:payment

Conversation

@wokedi

@wokedi wokedi commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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.

@wokedi

wokedi commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

@truthixify fixed. please review

@truthixify

Copy link
Copy Markdown
Contributor

Rebased clean after long delay. 238-line memo helpers + 339-line path-payment builder + 338+287 line test suites + 681-line documentation. Substantial dual-issue delivery. Thanks @wokedi.

Closes #79 and #86.

@truthixify truthixify merged commit d090634 into wraith-protocol:develop Jul 1, 2026
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