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 problem does your feature solve? The Sep10Challenge.newChallenge is not supporting client_domain verification. ### What would you like to see? Here is the Python implementation. https://github.com/StellarCN/py-stellar-base/blob/master/stellar_sdk/sep/stellar_web_authentication.py#L76

We've just released [v6.0.1](https://github.com/stellar/js-stellar-base/tree/v6.0.1), of the SDF Javascript base library. It includes changes to implement [CAP-38](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0038.md), supporting automated market makers. These changes will be released with the protocol v18 upgrade....

### What version are you using? 0.26.0 ### What did you do? I tried accessing `to_muxed` from `PaymentOperationResponse`, but it wasn't there. For example, `PathPaymentBaseOperationResponse` has a function `getToMuxed` which...

bug

### What version are you using? name: 'java-stellar-sdk', version: '0.24.0' ### What did you do? ``` 1. public static SSEStream queryOffer() { RequestBuilder reb = getTestServer().offers().order(RequestBuilder.Order.ASC); return ((OffersRequestBuilder) reb).forSeller("GABVZPSEHHPF5KVUVAR5YVAI3QMWVKTKREJKQ5WJNUBIVQQTEIT72R2M").stream(new BacEventListener4());...

bug

### What version are you using? OpenJDK 8 ### What did you do? Ran the tests. ### What did you expect to see? No http requests to the outside world...

bug

Java 8 was released in 2014 and introduces a lot of nice features such as lambdas, streams, and completable futures. By upgrading the Java Stellar SDK to use Java 8...

Hi, Stellar SDK team ### What problem does your feature solve? Provide a simple way for decoding the public key as simple String ### What would you like to see?...

Fixes: https://github.com/stellar/java-stellar-sdk/issues/292 Fixes: https://github.com/stellar/java-stellar-sdk/issues/183

### What version are you using? 0.18.0 ### What did you do? ```java @Test public void offerWithPriceFractionsNotInLowestTerms() throws IOException { //numerator is 10000000 //denominator is 50 //decode transaction should maintain...

bug

### What problem does your feature solve? Users can validate the other user's public key before calling any operation.