Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Support for SEP 10 challenge transaction #182

Closed
ire-and-curses opened this issue Aug 2, 2019 · 5 comments · Fixed by #188
Closed

Support for SEP 10 challenge transaction #182

ire-and-curses opened this issue Aug 2, 2019 · 5 comments · Fixed by #188

Comments

@ire-and-curses
Copy link

SEP 10 describes a specific form for the "challenge" transaction used for authentication. Providing a helper at the SDK level makes sense to save users from reimplementing the spec.

Here are example implementations in Go and JS.

@elucidsoft
Copy link
Owner

I am waiting for SEP-0010 v2.0 spec since there seem to be some disagreements on v1.0 implementation details.

@ire-and-curses
Copy link
Author

Not sure what you mean by "v2 spec"? Wording has been clarified with respect to the base64 cryptographic random string in stellar-protocol:#366.

JS and Go implementations have been updated to reflect the intended behaviour:
JS: stellar/js-stellar-sdk#396
Go: stellar/go#1569

Go fix expected to merge to master for release by end of the week (Aug 10).

So you should be good to go unless there are other concerns?

@elucidsoft
Copy link
Owner

elucidsoft commented Aug 8, 2019 via email

@ire-and-curses
Copy link
Author

Thanks for the link, that makes sense now. I asked for clarification internally at SDF. I'm told that these are future improvement ideas being recorded for reference. As far as I know there is no active drive to imminently replace the v1 spec. SEP 10 as it stands is being built out by a number of groups. I defer to you here: whether to implement sooner or wait for a while is of course your call.

@elucidsoft
Copy link
Owner

I gave the team the all is clear to implement this, but I did want to clarify. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants