Results 141 comments of Jun Luo

I still believe that you should modify the configuration so that the server does not send a second certificate. The Okhttpclient in SDK is 3.11.0, and I compiled an SDK...

@Synesso He is saying that the PR might fix it. @AndroidVironitDeveloper Hi, would you mind helping us test it? I previously provided a Jar containing the latest version of the...

https://github.com/square/okhttp/commit/75f73aeb64b0b1bcf9b7d158914b2e6e3dc4d1fb

Is anyone working on this? If not, I would be happy to help.

Maybe I misunderstood what you mean, but we can get useful information from `server.payments().stream`. ```java import org.stellar.sdk.Server; import org.stellar.sdk.requests.EventListener; import org.stellar.sdk.requests.PaymentsRequestBuilder; import org.stellar.sdk.responses.operations.CreateAccountOperationResponse; import org.stellar.sdk.responses.operations.OperationResponse; import org.stellar.sdk.responses.operations.PaymentOperationResponse; import shadow.com.google.common.base.Optional; public...

Memo does not appear in Horizon's response, and we may need another HTTP request if we need it. Michael Feldstein 于2019年9月25日周三 下午10:21写道: > How do i get the memo? >...

I submitted a PR related to this, does this look okay? This modification provides forward compatibility. I have not written test code yet. Example ``` Transaction transaction = new Transaction.Builder(sourceAccount)...

Hi @brunomuler, maybe the user should be able to parse the signed payload signer via the laboratory?

Thanks @brunomuler, it's great.

请尝试配置适当的 CORS Headers. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS