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? Java 0.29.0 upgrading to 0.37.2 ### What did you do? `transaction.getSignatures().clear();` ### What did you expect to see? With older versions of the SDK,...

bug

The [`AccountResponse.Balance`](https://github.com/stellar/java-stellar-sdk/blob/master/src/main/java/org/stellar/sdk/responses/AccountResponse.java#L284) object does not have an attribute that corresponds to the `is_clawback_enabled` attribute returned from Horizon. Example [account](https://horizon-testnet.stellar.org/accounts/GA27VME5Z4AGZSAWQU3N45JUQJJPASBBBSLTFCASV7DXUMVTEJX2QD64) with `is_clawback_enabled`. We need to add a getter function to the...

bug

### What problem does your feature solve? No pre-built javadocs are provided per release ### What would you like to see? a stellar-sdk-javadocs.jar is built by gradle and published as...

Add codecov related configuration to display test coverage on the GitHub PR page.

### What problem does your feature solve? jdk is pinned to LTS 1.8 from 2014 version. uses some library deps that were prior required due to gaps in older jdk's...

### What problem does your feature solve? lack of high level developer focused docs to assist with rapidly writing java sdk code that invokes a soroban contract. there are many...

Protocol 20

### What problem does your feature solve? Add a contributor's guide for easier collaboration. ### What would you like to see? We should add the following section: - How to...

### What problem does your feature solve? This SDK version is pre-1.0, which implies that we may break the interface between versions without warning to developers. This means developers can't...