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

Update cap status CAP24/25 #411

Merged
merged 2 commits into from
Sep 24, 2019
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
6 changes: 3 additions & 3 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
| [CAP-0018](cap-0018.md) | Fine-Grained Control of Authorization | Jonathan Jove | Accepted |
| [CAP-0019](cap-0019.md) | Future-upgradable TransactionEnvelope type | David Mazières | Accepted |
| [CAP-0020](cap-0020.md) | Bucket Initial Entries | Graydon Hoare | Final |
| [CAP-0024](cap-0024.md) | Make PathPayment Symmetrical | Jed McCaleb | Implemented |
| [CAP-0025](cap-0025.md) | Remove Bucket Shadowing | Marta Lokhava | Implemented |

### Draft Proposals
| Number | Title | Author | Status |
Expand All @@ -60,8 +62,6 @@
| [CAP-0021](cap-0021.md) | Generalized transaction preconditions | David Mazières | Draft |
| [CAP-0022](cap-0022.md) | Invalid transactions must have no effects | David Mazières | Draft |
| [CAP-0023](cap-0023.md) | Two-Part Payments with BalanceEntry | Jonathan Jove | Draft |
| [CAP-0024](cap-0024.md) | Make PathPayment Symmetrical | Jed McCaleb | Draft |
| [CAP-0025](cap-0025.md) | Remove Bucket Shadowing | Marta Lokhava | FCP: Acceptance |
| [cap_orbitlens_41fc89b6](cap_orbitlens_41fc89b6.md) | Disable Inflation Mechanism | OrbitLens | Draft |

### Rejected Proposals
Expand Down Expand Up @@ -233,4 +233,4 @@ the network have accepted the implementation, it will move to **Final**.

**CAP Core Team**: Nicolas (SDF), Jed (SDF), David (SDF)

**CAP Buddies**: Jon (SDF), Graydon (SDF), Johnny (SDF), Orbitlens
**CAP Buddies**: Jon (SDF), Graydon (SDF), Orbitlens
2 changes: 1 addition & 1 deletion core/cap-0024.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
CAP: 0024
Title: Make PathPayment Symmetrical
Author: Jed McCaleb, Jonathan Jove
Status: Draft
Status: Implemented
Created: 2019-07-08
Discussion: https://github.com/stellar/stellar-protocol/issues/49
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0025.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
CAP: 0025
Title: Remove Bucket Shadowing
Author: Marta Lokhava
Status: FCP: Acceptance
Status: Implemented
Created: 2019-07-02
Discussion: https://groups.google.com/d/topic/stellar-dev/JteacMugsMQ/discussion
Protocol version: TBD
Expand Down