Summary
The official Go SDK's ReadChallengeTx rejects spec-compliant client_domain challenges because it expects every operation after the first to be sourced at the server account. SEP-10 requires the client_domain manage data operation to be sourced at the client domain's key. We should submit a PR upstream to fix this.
Acceptance Criteria
Tech Stack
Go, Stellar SDK
Summary
The official Go SDK's
ReadChallengeTxrejects spec-compliantclient_domainchallenges because it expects every operation after the first to be sourced at the server account. SEP-10 requires theclient_domainmanage data operation to be sourced at the client domain's key. We should submit a PR upstream to fix this.Acceptance Criteria
stellar/go-stellar-sdkand fixReadChallengeTx.Tech Stack
Go, Stellar SDK