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 Soroban CAPs to FCP: Accepted #1421

Merged
merged 13 commits into from
Nov 13, 2023
24 changes: 12 additions & 12 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
| [CAP-0043](cap-0043.md) | ECDSA Signers with P-256 and secp256k1 Curves | Leigh McCulloch | Draft |
| [CAP-0044](cap-0044.md) | SPEEDEX - Configuration | Jonathan Jove | Draft |
| [CAP-0045](cap-0045.md) | SPEEDEX - Pricing | Jonathan Jove | Draft |
| [CAP-0046](cap-0046.md) | Soroban smart contract system overview | Graydon Hoare | Awaiting Decision |
| [CAP-0046-01 (formerly 0046)](cap-0046-01.md) | WebAssembly Smart Contract Runtime Environment | Graydon Hoare | Awaiting Decision |
| [CAP-0046-02 (formerly 0047)](cap-0046-02.md) | Smart Contract Lifecycle | Siddharth Suresh | Awaiting Decision |
| [CAP-0046-03 (formerly 0051)](cap-0046-03.md) | Smart Contract Host Functons | Jay Geng | Awaiting Decision |
| [CAP-0046-05 (formerly 0053)](cap-0046-05.md) | Smart Contract Data | Graydon Hoare | Awaiting Decision |
| [CAP-0046-06 (formerly 0054)](cap-0046-06.md) | Smart Contract Standardized Asset | Jonathan Jove | Awaiting Decision |
| [CAP-0046-07 (formerly 0055)](cap-0046-07.md) | Fee model in smart contracts | Nicolas Barry | Awaiting Decision |
| [CAP-0046-08 (formerly 0056)](cap-0046-08.md) | Smart Contract Logging | Siddharth Suresh | Awaiting Decision |
| [CAP-0046-09](cap-0046-09.md) | Network Configuration Ledger Entries | Dmytro Kozhevin | Awaiting Decision |
| [CAP-0046-10](cap-0046-10.md) | Smart Contract Budget Metering | Jay Geng | Awaiting Decision |
| [CAP-0046-11](cap-0046-11.md) | Soroban Authorization Framework | Dmytro Kozhevin | Awaiting Decision |
| [CAP-0046-12](cap-0046-12.md) | Soroban State Archival Interface | Garand Tyson | Awaiting Decision |
| [CAP-0046](cap-0046.md) | Soroban smart contract system overview | Graydon Hoare | FCP: Accepted |
| [CAP-0046-01 (formerly 0046)](cap-0046-01.md) | WebAssembly Smart Contract Runtime Environment | Graydon Hoare | FCP: Accepted |
| [CAP-0046-02 (formerly 0047)](cap-0046-02.md) | Smart Contract Lifecycle | Siddharth Suresh | FCP: Accepted |
| [CAP-0046-03 (formerly 0051)](cap-0046-03.md) | Smart Contract Host Functons | Jay Geng | FCP: Accepted |
| [CAP-0046-05 (formerly 0053)](cap-0046-05.md) | Smart Contract Data | Graydon Hoare | FCP: Accepted |
| [CAP-0046-06 (formerly 0054)](cap-0046-06.md) | Smart Contract Standardized Asset | Jonathan Jove | FCP: Accepted |
| [CAP-0046-07 (formerly 0055)](cap-0046-07.md) | Fee model in smart contracts | Nicolas Barry | FCP: Accepted |
| [CAP-0046-08 (formerly 0056)](cap-0046-08.md) | Smart Contract Logging | Siddharth Suresh | FCP: Accepted |
| [CAP-0046-09](cap-0046-09.md) | Network Configuration Ledger Entries | Dmytro Kozhevin | FCP: Accepted |
| [CAP-0046-10](cap-0046-10.md) | Smart Contract Budget Metering | Jay Geng | FCP: Accepted |
| [CAP-0046-11](cap-0046-11.md) | Soroban Authorization Framework | Dmytro Kozhevin | FCP: Accepted |
| [CAP-0046-12](cap-0046-12.md) | Soroban State Archival Interface | Garand Tyson | FCP: Accepted |

### Rejected Proposals
| Number | Title | Author | Status |
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-01.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: Leigh McCulloch <@leighmcculloch>, Tomer Weller <@tomerweller>, Jon Jove <@jonjove>, Nicolas Barry <@MonsieurNicolas>, Thibault de Lacheze-Murel <@C0x41lch0x41>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-04-18
Discussion: https://groups.google.com/g/stellar-dev/c/X0oRzJoIr10
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Siddharth Suresh <@sisuresh>
Authors: Siddharth Suresh <@sisuresh>, Dmytro Kozhevin <@dmkozh>, Jay Geng <@jayz22>
Consulted: Graydon Hoare <@graydon>, Jon Jove <@jonjove>, Leigh McCulloch <@leighmcculloch>, Nicolas Barry <@MonsieurNicolas>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-05-02
Discussion:
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Jay Geng <@jayz22>, Graydon Hoare <@graydon>
Authors: Jay Geng <@jayz22>
Consulted: Leigh McCulloch <@leighmcculloch>, Nicolas Barry <@MonsieurNicolas>, Siddharth Suresh <@sisuresh>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-05-20
Discussion: TBD
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-05.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: Siddharth Suresh <@sisuresh>, Jon Jove <@jonjove>, Nicolas Barry <@MonsieurNicolas>, Leigh McCulloch <@leighmcculloch>, Tomer Weller <@tomerweller>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-05-25
Discussion: https://groups.google.com/g/stellar-dev/c/vkzMeM_t7e8
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Working Group:
Owner: Jonathan Jove <@jonjove>
Authors: Jonathan Jove <@jonjove>, Siddharth Suresh <@sisuresh>,
Consulted: Nicolas Barry <@monsieurnicolas>, Leigh McCulloch <@leighmcculloch>, Tomer Weller <@tomerweller>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-05-31
Discussion: TBD
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Working Group:
Owner: MonsieurNicolas
Authors: dmkozh
Consulted:
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-06-03
Discussion: TBD
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Siddharth Suresh <@sisuresh>
Authors:
Consulted:
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-06-29
Discussion: TBD
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-09.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>, Siddharth Suresh <@sisuresh>
Consulted:
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-11-01
Discussion:
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Jay Geng <@jayz22>, Graydon Hoare <@graydon>
Authors: Jay Geng <@jayz22>
Consulted: Nicolas Barry <@MonsieurNicolas>, Dmytro Kozhevin <@dmkozh>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-12-20
Discussion: TBD
Protocol version: TBD
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-11.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: Awaiting Decision
Status: FCP: Accepted
Created: 2023-07-28
Discussion:
Protocol version: 20
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Working Group:
Owner: Garand Tyson <@SirTyson>
Authors: Garand Tyson <@SirTyson>, Siddharth Suresh <@sisuresh>
Consulted: Nicolas Barry <@MonsieurNicolas>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2023-09-14
Discussion:
Protocol version: 20
Expand Down
2 changes: 1 addition & 1 deletion core/cap-0046.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>, Siddharth Suresh <@sisuresh>, Dmytro Kozhevin <@dmkozh>, Jay Geng <@jayz22>, Garand Tyson <@SirTyson>
Consulted: Leigh McCulloch <@leighmcculloch>, Tomer Weller <@tomerweller>, Jon Jove <@jonjove>, Nicolas Barry <@MonsieurNicolas>, Thibault de Lacheze-Murel <@C0x41lch0x41>
Status: Awaiting Decision
Status: FCP: Accepted
Created: 2022-10-27
Discussion:
Protocol version: TBD
Expand Down
Loading