Skip to content

Commit

Permalink
Added refunded transaction status
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed May 6, 2022
1 parent 212dd93 commit db51194
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ecosystem/sep-0024.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Title: Hosted Deposit and Withdrawal
Author: SDF
Status: Active
Created: 2019-09-18
Updated: 2022-05-05
Version 2.3.0
Updated: 2022-05-06
Version 2.4.0
```

## Simple Summary
Expand Down Expand Up @@ -729,6 +729,7 @@ Name | Type | Description
* `pending_trust` -- the user must add a trustline for the asset for the deposit to complete.
* `pending_user` -- the user must take additional action before the deposit / withdrawal can complete, for example an email or 2fa confirmation of a withdraw.
* `completed` -- deposit/withdrawal fully completed.
* `refunded` -- the deposit/withdrawal is fully refunded.
* `no_market` -- could not complete deposit because no satisfactory asset/XLM market was available to create the account.
* `too_small` -- deposit/withdrawal size less than `min_amount`.
* `too_large` -- deposit/withdrawal size exceeded `max_amount`.
Expand Down Expand Up @@ -937,6 +938,7 @@ There is a small set of changes when upgrading from SEP-6 to SEP-24.
* Solar wallet: https://solarwallet.io

## Changelog
* `v2.4.0`: Add `refunded` transaction status. ([#1195](https://github.com/stellar/stellar-protocol/pull/1195))
* `v2.3.0`: Change `lang` format from [ISO639-1] to [RFC4646] which is a superset of [ISO639-1]. Add `lang` field to GET `/transactions` and `/transaction`. ([#1191](https://github.com/stellar/stellar-protocol/pull/1191))
* `v2.2.1`: Make `completed_at` field optional. ([#1185](https://github.com/stellar/stellar-protocol/pull/1185))
* `v2.2.0`: Deprecate refunded boolean. Add refund object to transaction records. ([#1128](https://github.com/stellar/stellar-protocol/pull/1128))
Expand Down

0 comments on commit db51194

Please sign in to comment.