java-stellar-anchor-sdk
java-stellar-anchor-sdk copied to clipboard
Java SDK for the Stellar network anchor development.
### Description All fields are configurable by the `config` struct in the value file. Previously, only the callback API was configurable using this method. ### Context We need to be...
### Description Redefine clients configuration with a schema and a separate file ### Context For version 3.0.0 ### Testing - `./gradlew test` ### Documentation TODO: If this pull request adds...
### What problem does your feature solve? Whenever testnet is reset, the Anchor Platform requires that the Observer database cursor be reset. This feature request is to either address this...
### What version are you using? latest ### What did you do? I tested this out and it looks like using the default (H2) or configuring it to use sqlite...
### What I am proposing this change to the java-stellar-anchor-sdk in order to make it possible for partners and service providers to inform their clients about which sep-24 protocol version...
### Description - Upgrade JDK from 11 to 17. - Fix Jwt Json serialization ### Context - JDK 11 is expected to sunset in 10/2024. ### Testing - `./gradlew test`...
### Description - TODO: describe what this change does ### Context - TODO: describe why this change was made ### Testing - `./gradlew test` - TODO: replace with any additional...
### Description - TODO: describe what this change does ### Context - TODO: describe why this change was made ### Testing - `./gradlew test` - TODO: replace with any additional...
## Publish a New Release ### Release Preparation - [ ] Decide on a version number based on the current version number and the common rules defined in [Semantic Versioning](https://semver.org)....
### Description Add missing validations to the RateIntegration response ### Context Some of the anchors return invalidate rate responses. We should catch and reject. ### Testing - `./gradlew test` ###...