diff --git a/core/README.md b/core/README.md index e6d518ac9..10d0245b3 100644 --- a/core/README.md +++ b/core/README.md @@ -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 | diff --git a/core/cap-0046-01.md b/core/cap-0046-01.md index 94fe5514e..12e30960d 100644 --- a/core/cap-0046-01.md +++ b/core/cap-0046-01.md @@ -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 diff --git a/core/cap-0046-02.md b/core/cap-0046-02.md index 65e439b7d..f306d5082 100644 --- a/core/cap-0046-02.md +++ b/core/cap-0046-02.md @@ -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 diff --git a/core/cap-0046-03.md b/core/cap-0046-03.md index 924745422..45e9c76fb 100644 --- a/core/cap-0046-03.md +++ b/core/cap-0046-03.md @@ -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 diff --git a/core/cap-0046-05.md b/core/cap-0046-05.md index d38650697..a74e5ee89 100644 --- a/core/cap-0046-05.md +++ b/core/cap-0046-05.md @@ -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 diff --git a/core/cap-0046-06.md b/core/cap-0046-06.md index 4bcff32aa..e8b54349e 100644 --- a/core/cap-0046-06.md +++ b/core/cap-0046-06.md @@ -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 diff --git a/core/cap-0046-07.md b/core/cap-0046-07.md index c738438d1..3d09f60d2 100644 --- a/core/cap-0046-07.md +++ b/core/cap-0046-07.md @@ -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 diff --git a/core/cap-0046-08.md b/core/cap-0046-08.md index 2f30a52d6..2c5317cb9 100644 --- a/core/cap-0046-08.md +++ b/core/cap-0046-08.md @@ -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 diff --git a/core/cap-0046-09.md b/core/cap-0046-09.md index 50b3617d7..945613cb7 100644 --- a/core/cap-0046-09.md +++ b/core/cap-0046-09.md @@ -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 diff --git a/core/cap-0046-10.md b/core/cap-0046-10.md index e2229b996..d78e34187 100644 --- a/core/cap-0046-10.md +++ b/core/cap-0046-10.md @@ -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 diff --git a/core/cap-0046-11.md b/core/cap-0046-11.md index ebed5db64..b64b742b2 100644 --- a/core/cap-0046-11.md +++ b/core/cap-0046-11.md @@ -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 diff --git a/core/cap-0046-12.md b/core/cap-0046-12.md index 8aa7eb500..39ef5cf7f 100644 --- a/core/cap-0046-12.md +++ b/core/cap-0046-12.md @@ -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 diff --git a/core/cap-0046.md b/core/cap-0046.md index 6afe7a324..8b01be961 100644 --- a/core/cap-0046.md +++ b/core/cap-0046.md @@ -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