Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the state diagram of a SEP-31 transaction. #1164

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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