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

Rice2000 protocol 22 cap status #1563

Merged
merged 6 commits into from
Oct 23, 2024
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 @@ -91,9 +91,9 @@
| [CAP-0044](cap-0044.md) | SPEEDEX - Configuration | Jonathan Jove | Draft |
| [CAP-0045](cap-0045.md) | SPEEDEX - Pricing | Jonathan Jove | Draft |
| [CAP-0057](cap-0057.md) | State Archival Persistent Entry Eviction | Garand Tyson | Draft |
| [CAP-0058](cap-0058.md) | Constructors for Soroban Contracts | Dmytro Kozhevin | FCP: Accepted |
| [CAP-0059](cap-0059.md) | Host functions for BLS12-381 | Jay Geng | FCP: Accepted |
| [CAP-0060](cap-0060.md) | Update to Wasmi register machine| Graydon Hoare | FCP: Accepted |
| [CAP-0058](cap-0058.md) | Constructors for Soroban Contracts | Dmytro Kozhevin | Implemented |
| [CAP-0059](cap-0059.md) | Host functions for BLS12-381 | Jay Geng | Implemented |
| [CAP-0060](cap-0060.md) | Update to Wasmi register machine| Graydon Hoare | Accepted |

### Rejected Proposals
| Number | Title | Author | Status |
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0058.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Dmytro Kozhevin <@dmkozh>
Authors: Dmytro Kozhevin <@dmkozh>
Consulted:
Status: FCP: Accepted
Status: Implemented
Created: 2024-07-17
Discussion: https://github.com/stellar/stellar-protocol/discussions/1501
Protocol version: 22
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0059.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Jay Geng <@jayz22>
Authors: Jay Geng <@jayz22>
Consulted: Rohit Sinha <@rsinha>, Iftach Haitner <@iftachh>, Tomer Weller <@tomerweller>, Riad S. Wahby <@kwantam>, Nicolas Barry <@MonsieurNicolas>, Anup Pani <@anupsdf>, Naman Kumar <@namankumar>
Status: FCP: Accepted
Status: Implemented
Created: 2024-08-15
Discussion: https://github.com/stellar/stellar-protocol/discussions/1500
Protocol version: 22
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0060.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Graydon Hoare <@graydon>
Authors: Graydon Hoare <@graydon>
Consulted: Dmytro Kozhevin <@dmkozh>, Siddharth Suresh <@sisuresh>, Nicolas Barry <@MonsieurNicolas>, Tomer Weller <@tomerweller>
Status: FCP: Accepted
Status: Accepted
Created: 2024-08-19
Discussion: https://github.com/stellar/stellar-protocol/discussions
Protocol version: 22
Expand Down
Loading