feat(sep12): SEP-12 PUT/GET /customer client with CustomerStatus types#596
feat(sep12): SEP-12 PUT/GET /customer client with CustomerStatus types#596Johnalex-hub wants to merge 1 commit into
Conversation
|
@Johnalex-hub is attempting to deploy a commit to the ezedikeevan's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Johnalex-hub 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! 🚀 |
ezedike-evan
left a comment
There was a problem hiding this comment.
Two CI failures to fix before this can merge:
-
Prettier formatting —
check (node 20)fails at the "Prettier formatting" step. Run:npx prettier --write lib/stellar/sep12.ts tests/sep12.spec.ts types/index.ts -
Commitlint — the commit subject line exceeds the 72-character limit. Please shorten it, e.g.:
feat(sep12): add putCustomer/getCustomer client with CustomerStatus types(Trim it so the header is ≤72 chars, then amend:
git commit --amend --no-editafter fixing the message, and force-push.)
7e75c6b to
0661c77
Compare
Summary
Implements B013 — adds a minimal SEP-12 /customer HTTP client to lib/stellar/sep12.ts and required types to types/index.ts.
Test plan
Closes #446