Skip to content

Commit

Permalink
Update CAPs implemented in protocol 20 (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
rice2000 authored Dec 19, 2023
1 parent a78eeba commit ebb4b53
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 34 deletions.
24 changes: 12 additions & 12 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
| [CAP-0038](cap-0038.md) | 18 | Automated Market Makers | Jonathan Jove | Final |
| [CAP-0040](cap-0040.md) | 19 | Ed25519 Signed Payload Signer for Transaction Signature Disclosure | Leigh McCulloch | Final |
| [CAP-0042](cap-0042.md) | - | Multi-Part Transaction Sets | Nicolas Barry | Accepted |
| [CAP-0046](cap-0046.md) | Soroban smart contract system overview | Graydon Hoare | Accepted |
| [CAP-0046-01 (formerly 0046)](cap-0046-01.md) | WebAssembly Smart Contract Runtime Environment | Graydon Hoare | Accepted |
| [CAP-0046-02 (formerly 0047)](cap-0046-02.md) | Smart Contract Lifecycle | Siddharth Suresh | Accepted |
| [CAP-0046-03 (formerly 0051)](cap-0046-03.md) | Smart Contract Host Functons | Jay Geng | Accepted |
| [CAP-0046-05 (formerly 0053)](cap-0046-05.md) | Smart Contract Data | Graydon Hoare | Accepted |
| [CAP-0046-06 (formerly 0054)](cap-0046-06.md) | Smart Contract Standardized Asset | Jonathan Jove | Accepted |
| [CAP-0046-07 (formerly 0055)](cap-0046-07.md) | Fee model in smart contracts | Nicolas Barry | Accepted |
| [CAP-0046-08 (formerly 0056)](cap-0046-08.md) | Smart Contract Logging | Siddharth Suresh | Accepted |
| [CAP-0046-09](cap-0046-09.md) | Network Configuration Ledger Entries | Dmytro Kozhevin | Accepted |
| [CAP-0046-10](cap-0046-10.md) | Smart Contract Budget Metering | Jay Geng | Accepted |
| [CAP-0046-11](cap-0046-11.md) | Soroban Authorization Framework | Dmytro Kozhevin | Accepted |
| [CAP-0046-12](cap-0046-12.md) | Soroban State Archival Interface | Garand Tyson | Accepted |
| [CAP-0046](cap-0046.md) | 20 |Soroban smart contract system overview | Graydon Hoare | Implemented |
| [CAP-0046-01 (formerly 0046)](cap-0046-01.md) | 20 | WebAssembly Smart Contract Runtime Environment | Graydon Hoare | Implemented |
| [CAP-0046-02 (formerly 0047)](cap-0046-02.md) | 20 | Smart Contract Lifecycle | Siddharth Suresh | Implemented |
| [CAP-0046-03 (formerly 0051)](cap-0046-03.md) | 20 | Smart Contract Host Functons | Jay Geng | Implemented |
| [CAP-0046-05 (formerly 0053)](cap-0046-05.md) | 20 | Smart Contract Data | Graydon Hoare | Implemented |
| [CAP-0046-06 (formerly 0054)](cap-0046-06.md) | 20 | Smart Contract Standardized Asset | Jonathan Jove | Implemented |
| [CAP-0046-07 (formerly 0055)](cap-0046-07.md) | 20 | Fee model in smart contracts | Nicolas Barry | Implemented |
| [CAP-0046-08 (formerly 0056)](cap-0046-08.md) | 20 |Smart Contract Logging | Siddharth Suresh | Implemented |
| [CAP-0046-09](cap-0046-09.md) | 20 | Network Configuration Ledger Entries | Dmytro Kozhevin | Implemented |
| [CAP-0046-10](cap-0046-10.md) | 20 | Smart Contract Budget Metering | Jay Geng | Implemented |
| [CAP-0046-11](cap-0046-11.md) | 20 | Soroban Authorization Framework | Dmytro Kozhevin | Implemented |
| [CAP-0046-12](cap-0046-12.md) | 20 | Soroban State Archival Interface | Garand Tyson | Implemented |

### Draft Proposals
| Number | Title | Author | Status |
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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: Accepted
Status: Implemented
Created: 2022-04-18
Discussion: https://groups.google.com/g/stellar-dev/c/X0oRzJoIr10
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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: Accepted
Status: Implemented
Created: 2022-05-02
Discussion:
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Working Group:
Owner: Jay Geng <@jayz22>, Graydon Hoare <@graydon>
Authors: Jay Geng <@jayz22>
Consulted: Leigh McCulloch <@leighmcculloch>, Nicolas Barry <@MonsieurNicolas>, Siddharth Suresh <@sisuresh>
Status: Accepted
Status: Implemented
Created: 2022-05-20
Discussion: TBD
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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: Accepted
Status: Implemented
Created: 2022-05-25
Discussion: https://groups.google.com/g/stellar-dev/c/vkzMeM_t7e8
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Working Group:
Owner: Jonathan Jove <@jonjove>
Authors: Jonathan Jove <@jonjove>, Siddharth Suresh <@sisuresh>,
Consulted: Nicolas Barry <@monsieurnicolas>, Leigh McCulloch <@leighmcculloch>, Tomer Weller <@tomerweller>
Status: Accepted
Status: Implemented
Created: 2022-05-31
Discussion: TBD
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Working Group:
Owner: MonsieurNicolas
Authors: dmkozh
Consulted:
Status: Accepted
Status: Implemented
Created: 2022-06-03
Discussion: TBD
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Working Group:
Owner: Siddharth Suresh <@sisuresh>
Authors:
Consulted:
Status: Accepted
Status: Implemented
Created: 2022-06-29
Discussion: TBD
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Working Group:
Owner: Dmytro Kozhevin <@dmkozh>
Authors: Dmytro Kozhevin <@dmkozh>, Siddharth Suresh <@sisuresh>
Consulted:
Status: Accepted
Status: Implemented
Created: 2022-11-01
Discussion:
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Working Group:
Owner: Jay Geng <@jayz22>, Graydon Hoare <@graydon>
Authors: Jay Geng <@jayz22>
Consulted: Nicolas Barry <@MonsieurNicolas>, Dmytro Kozhevin <@dmkozh>
Status: Accepted
Status: Implemented
Created: 2022-12-20
Discussion: TBD
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
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: Accepted
Status: Implemented
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: Accepted
Status: Implemented
Created: 2023-09-14
Discussion:
Protocol version: 20
Expand Down
4 changes: 2 additions & 2 deletions core/cap-0046.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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: Accepted
Status: Implemented
Created: 2022-10-27
Discussion:
Protocol version: TBD
Protocol version: 20
```

## Simple Summary
Expand Down

0 comments on commit ebb4b53

Please sign in to comment.