java-stellar-anchor-sdk
java-stellar-anchor-sdk copied to clipboard
Java SDK for the Stellar network anchor development.
### Description - TODO: describe what this change does ### Context - TODO: describe why this change was made ### Testing - `./gradlew test` - TODO: replace with any additional...
Background: Following SEP-6 flow update, the KYC gathering logic is now the following: Once SEP-6 transaction is in the `pending_customer_info_update `, wallet should call SEP-12 GET `/customer?transaction_id=` to gather all...
### Description - TODO: describe what this change does ### Context - TODO: describe why this change was made ### Testing - `./gradlew test` - TODO: replace with any additional...
### Description It was agreed offline that we will not use prototype loading for the clients configuration, as this configuration is typically empty. Thus only updating the default client configuration...
## Publish a New Release ### Release Preparation - [x] Decide on a version number based on the current version number and the common rules defined in [Semantic Versioning](https://semver.org). E.g....
### Description Add `methods` to `sep31.receive` in asset config per discussion. Also add `methods` to `Sep31InfoResponse`. To keep consistency of the sep info response, new SEP-31 response will be look...
### What version are you using? 2.9.0 ### What did you do? Pinging `/health` when `platform_server.auth` is not set to `None`. ### What happened? Endpoint is protected ### What did...
### Description This removes the 0 `amount_out` and 0 `amount_fee` placeholder values from the SEP-6 exchange transaction responses. ### Context This was set as a placeholder because the request funds...
### What problem does your feature solve? Most kafka service providers require communication with the kafka cluster to be done via SASL_SSL. At this moment the event_processor does not support...