java-stellar-anchor-sdk
java-stellar-anchor-sdk copied to clipboard
Java SDK for the Stellar network anchor development.
## Summary To support onchain-onchain deposits and withdrawals in SEP-6 and SEP-24, we propose extending the existing exchange functionality. Currently, SEP-6 and SEP-24 limit `source_asset` (for deposits) and `destination_asset` (for...
### Background information Currently, there are a few flaws with customer callback logic: First, Business server must always call `notify_customer_info_updated` on status update, even if the original request comes from...
### Description - Create `SorobanPaymentObserver` to observe payment transactions with Stellar RPC API. - Use `getTransactions` endpoint to mock `getEvents` - The `getTransactions` endpoint will be refactored to `getEvents` after...
### Description - TODO: describe what this change does ### Context - TODO: describe why this change was made ### Testing - `./gradlew test` - TODO: replace with any additional...
### Description - `jakarta.xml.bind:jakarta.xml.bind-api:2.3.3` -> `4.0.2` - `io.jsonwebtoken:jjwt:0.9.1` -> `0.12.1` - `jakarta.servlet-api:6.1.0` to `6.0.0` would be best for us ### Context - Upgrade several dependencies for Spring 3.2.6 ### Testing...
when I tried to deploy sep-server in kubernetes cluster. I got error. 02:05:11.878 INFO - o.s.a.p.c.ConfigManager - reading default configuration values 02:05:12.184 INFO - o.s.a.p.c.ConfigManager - default configuration version=1 02:05:12.209...
When the anchor platform creates its database, it adds its tables to the “public” schema. We should expose a config option to allow developers to specify which schema to use...
## Publish a FEATURE 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)....
## Publish a FEATURE 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 Updates `testnet_reset.sh`. ### Context It previously only deployed the contracts. ### Testing - Testing the script locally ``` [INFO] Starting testnet reset... [INFO] Checking prerequisites... [SUCCESS] Prerequisites check...