-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add support for clientDomain in BuildChallengeTx #3780
Comments
👀 It appear that the Go SDK has fallen behind supporting all the capabilities that SEP-10 defines. It's missing the changes introduced in SEP-10 v3.2.0, i.e. stellar/stellar-protocol@01e0d98. @JakeUrban Is there a rollout plan for the change to SEP-10 adding client attribution? I don't remember us discussing one in particular, or opening issues on SDKs. |
You're right, we never discussed it. Support has been added to the Python SDK though. The changes required are:
I can create issues on the SDKs to implement this. Is there anything else we need to do before moving forward? |
Thanks @JakeUrban and @leighmcculloch Let me know the new issues to see if I can help. |
I think this issue can serve as the issue for this repo. The list of changes required looks good to me. |
What problem does your feature solve?
The function BuildChallengeTx does not support to add the clientDomain and the clientSigningKey into the transaction built.
See here.
What would you like to see?
As you can see, the python SDK supports them:
Look at the source code, specifically the func build_challenge_transaction
It uses
The after this line we have
What alternatives are there?
Is it viable to add support for them? I can send in a PR.
/txnbuild
The text was updated successfully, but these errors were encountered: