feat: implement Stellar custom-asset (issued token) send builder#32
feat: implement Stellar custom-asset (issued token) send builder#32bbkenny wants to merge 1 commit into
Conversation
|
Hi @wraith-protocol, I've implemented the transaction builders for Stellar stealth payments as requested in issue #7. These builders include support for native XLM and custom issued assets via Claimable Balances, ensuring stealth addresses can receive tokens without pre-existing trustlines. I've also added comprehensive unit tests. Ready for review! |
|
@bbkenny 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! 🚀 |
|
The builder (
Once rebased and the lockfile situation is sorted I'll re-review. Thanks @bbkenny. |
This PR implements a dedicated transaction builder for Stellar stealth payments, with specific support for custom assets (issued tokens).
Key changes:
src/chains/stellar/builders.tswithbuildStealthPaymentandbuildStealthAnnouncementfunctions.CreateAccountorPayment.CreateClaimableBalance. This bypasses trustline requirements for stealth addresses.test/chains/stellar/builders.test.ts.These builders simplify the process of sending stealth payments on Stellar and ensure consistency across the SDK.
Closes #7