You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
Updates the SEP-10 helper function parameters to support SEP-10 v3.1.
The following functions added the webAuthDomain parameter:
BuildChallengeTx()
ReadChallengeTx()
VerifyChallengeTxThreshold()
VerifyChallengeTxSigners()
The webAuthDomain parameter is verified in the Read* and Verify* functions if it is contained in the challenge transaction, and is ignored if the challenge transaction was generated by an older implementation that does not support the webAuthDomain.
The webAuthDomain parameter is included in challenge transactions generated in the Build* function, and the resulting challenge transaction is compatible with SEP-10 v2.1 or greater.
Use strings to represent source accounts in Operation structs (#3393) see example below: