Skip to content

Tags: marcelosalloum/marcelosalloum--java-stellar-anchor-sdk

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
hotfix: fix how the GH Action gets the tag name (stellar#556)

### What

Fix the way the Action tries to grab the Release tag name.

### Why

the previous way was not working: https://github.com/stellar/java-stellar-anchor-sdk/actions/runs/3063883688

release-1.0.11

Toggle release-1.0.11's commit message

Unverified

This user has not yet uploaded their public signing key.
1. Pass lang to more_info_url

2. Added REFUNDED status to WithdrawTransactionResponse and DepositTransactionResponse.

release-1.0.10

Toggle release-1.0.10's commit message

Unverified

This user has not yet uploaded their public signing key.
Add memo to sep-10 and sep-24.

Add validation to check client_domain is disabled in custodial mode.

release-1.0.9

Toggle release-1.0.9's commit message

Unverified

This user has not yet uploaded their public signing key.
Add memo to sep-10 and sep-24

release-1.0.7

Toggle release-1.0.7's commit message
Added refunded status

release-1.0.3

Toggle release-1.0.3's commit message

Unverified

This user has not yet uploaded their public signing key.
Added constructor that takes a secret

release-1.0.2

Toggle release-1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
payment-circle: polish responses and code (stellar#88)

### What

Code polishes and small fixes. Changes details:
* Add `CircleWallet.defaultCapabilities()` and `CircleWallet.merchantAccountCapabilities()` to avoid hardcoding the capabilities every time.
* Update Account default `balances` and `unsettledBalances` values to null, so the JSON response works better when we don't have the balances. Otherwise, returning an empty list passes the impression the balances are empty when that might not be the case.
* Fix paginated responses cursors.
* Updated docs on how to get the bank deposit instructions.
* Solve warnings
* Update `CirclePaymentServiceTest` to reduce code repetition and standardize method names.
* Add all Circle asset names to the `CircleAsset` class, so we don't need to hardcode the string names.