From db5119409be026f8e97827d74b8a6673dd15b957 Mon Sep 17 00:00:00 2001 From: Jamie Li Date: Fri, 6 May 2022 08:19:24 +0800 Subject: [PATCH] Added refunded transaction status --- ecosystem/sep-0024.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ecosystem/sep-0024.md b/ecosystem/sep-0024.md index 6174d8686..3c5e64644 100644 --- a/ecosystem/sep-0024.md +++ b/ecosystem/sep-0024.md @@ -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 @@ -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`. @@ -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))