Skip to content

Commit

Permalink
Add the state diagram of a SEP-31 transaction. (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 authored Apr 4, 2022
1 parent 46900c5 commit f96b3c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added contents/sep-0031/state_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion ecosystem/sep-0031.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Author: SDF
Status: Active
Created: 2020-04-07
Updated: 2022-03-31
Version 1.5.3
Version 1.5.4
```

## Simple Summary
Expand Down Expand Up @@ -533,6 +533,8 @@ Name | Type | Description
* `completed` -- funds have been delivered to the Receiving Client.
* `error` -- catch-all for any error not enumerated above.

![Status Diagram](../contents/sep-0031/state_diagram.png?raw=true)

#### Refunds Object Schema

Name | Type | Description
Expand Down Expand Up @@ -700,6 +702,7 @@ If the information was malformed, or if the sender tried to update data that isn
```

## Changelog
* `v1.5.4`: Add the state diagram of a SEP-31 transaction. ([#1164](https://github.com/stellar/stellar-protocol/pull/1164))
* `v1.5.3`: Clarify when `sender_id` and `receiver_id` attributes are required for `POST /transactions` requests. ([#1158](https://github.com/stellar/stellar-protocol/pull/1158))
* `v1.5.2`: Add a use case when the receiving client may receive on-stellar asset. ([#1149](https://github.com/stellar/stellar-protocol/pull/1149))
* `v1.5.1`: Add a sequence diagram for successful transactions using firm quotes. ([#1145](https://github.com/stellar/stellar-protocol/pull/1145))
Expand Down

0 comments on commit f96b3c2

Please sign in to comment.