java-stellar-sdk icon indicating copy to clipboard operation
java-stellar-sdk copied to clipboard

The Java Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC Server.

Results 71 java-stellar-sdk issues
Sort by recently updated
recently updated
newest added

### What version are you using? Newest version **0.36.0** ### What did you do? Create the `org.stellar.sdk.Server("https://horizon.stellar.co/")` object in any place of the project -> You will receive the crash:...

bug
horizon-stability

Add the response code to the exception message [here](https://github.com/stellar/java-stellar-sdk/blob/8dcb082ff21bc8c6c55a2475bfb1652110a31f46/src/main/java/org/stellar/sdk/responses/SubmitTransactionUnknownResponseException.java#L14).

### What version are you using? `0.34.1` ### What did you do? Create a new release to publish a new version of the SDK. ### What did you expect to...

bug

### What problem does your feature solve? Sep10Challenge.newChallenge() does not support `memo` field. This is blocking MGI from supporting custodial wallet. ### What would you like to see? An overloaded...

Some horizon instances do not populate the Retry-After header (horizon.stellar.org for example). The SDK assumes this header will be present and then throw NumberFormatException instead of the TooManyRequestsException. This also...

### What problem does your feature solve? While implementing the health check of the Stellar Platform Server, we need to check if the stream's executor service is live and running...

### What version are you using? java-stellar-sdk-0.29.0.jar ### What did you do? ` public static void main(String[] args) throws IOException { Page page = server.effects().forLedger(38517886).cursor("165433060681412610-3") .order(RequestBuilder.Order.ASC).limit(1).execute(); System.out.println("done"); }` ### What...

bug

### What version are you using? java-stellar-sdk 0.32.0 ### What did you do? Trying to get trades for liquidity pools: https://gist.github.com/vinamogit/312fa993e449d3c57f4db0f7ec52c3a2 This gist also contains a potential fix, not sure...

bug

version 0.31.0 ```java 07:44:57.547 [OkHttp https://horizon.stellar.org/...] ERROR com.novadax.coin.xlm.WalletXLMServiceImpl -xlm-failure->>{} shadow.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Not a JSON Object: "problem" at shadow.com.google.gson.Gson.fromJson(Gson.java:939) at shadow.com.google.gson.Gson.fromJson(Gson.java:892) at shadow.com.google.gson.Gson.fromJson(Gson.java:841) at shadow.com.google.gson.Gson.fromJson(Gson.java:813) at org.stellar.sdk.requests.SSEStream$StellarEventSourceListener.onEvent(SSEStream.java:202) at shadow.okhttp3.internal.sse.RealEventSource.onEvent(RealEventSource.java:111) at shadow.okhttp3.internal.sse.ServerSentEventReader.completeEvent(ServerSentEventReader.java:112)...

bug