Skip to content

Commit

Permalink
feat: demo different frontmatter style
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 19, 2024
1 parent b6272db commit 2468192
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 124 deletions.
13 changes: 3 additions & 10 deletions cips/cip-1.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
```
---
cip: 1
title: Celestia Improvement Proposal Process and Guidelines
author: Yaz Khoury <[email protected]>
status: Living
type: Meta
created: 2023-04-13
---
```
| cip | title | author | status | type | created |
|-----|---------------------------------------------|-------------------------------|--------|------|------------|
| 1 | Celestia Improvement Proposal Process and Guidelines | Yaz Khoury <[email protected]> | Living | Meta | 2023-04-13 |

## Table of Contents

Expand Down
16 changes: 3 additions & 13 deletions cips/cip-10.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
```
---
cip: 10
title: Coordinated network upgrades
description: Protocol for coordinating major network upgrades
author: Callum Waters (@cmwaters)
discussions-to: https://forum.celestia.org/t/cip-coordinated-network-upgrades/1367
status: Final
type: Standards Track
category: Core
created: 2023-12-7
---
```
| cip | title | description | author | discussions-to | status | type | category | created |
|-----|----------------------------|--------------------------------------------|-------------------------|----------------------------------------------------------------------------------------------------|--------|----------------|----------|------------|
| 10 | Coordinated network upgrades | Protocol for coordinating major network upgrades | Callum Waters (@cmwaters) | [forum.celestia.org](https://forum.celestia.org/t/cip-coordinated-network-upgrades/1367) | Final | Standards Track | Core | 2023-12-07 |

## Abstract

Expand Down
16 changes: 3 additions & 13 deletions cips/cip-2.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
```
---
cip: 2
title: CIP Editor Handbook
description: Handy reference for CIP editors and those who want to become one
author: Yaz Khoury (@YazzyYaz)
discussions-to: https://forum.celestia.org
status: Draft
type: Informational
created: 2023-04-13
requires: 1
---
````
| cip | title | description | author | discussions-to | status | type | created | requires |
|-----|------------------------------|----------------------------------------------------------|---------------------------|------------------------------------------|--------|---------------|------------|----------|
| 2 | CIP Editor Handbook | Handy reference for CIP editors and those who want to become one | Yaz Khoury (@YazzyYaz) | [forum.celestia.org](https://forum.celestia.org) | Draft | Informational | 2023-04-13 | 1 |

<!-- markdownlint-disable MD013 -->
## Abstract
Expand Down
16 changes: 3 additions & 13 deletions cips/cip-3.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
```
---
cip: 3
title: Process for Approving External Resources
description: Requirements and process for allowing new origins of external resources
author: Yaz Khoury (@YazzyYaz)
discussions-to: https://forum.celestia.org
status: Draft
type: Meta
created: 2023-04-13
requires: 1
---
```
| cip | title | description | author | discussions-to | status | type | created | requires |
|-----|--------------------------------------|-----------------------------------------------------------------|---------------------------|------------------------------------------|--------|-------|------------|----------|
| 3 | Process for Approving External Resources | Requirements and process for allowing new origins of external resources | Yaz Khoury (@YazzyYaz) | [forum.celestia.org](https://forum.celestia.org) | Draft | Meta | 2023-04-13 | 1 |
<!-- markdownlint-disable MD013 -->

## Abstract
Expand Down
16 changes: 3 additions & 13 deletions cips/cip-4.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
```
---
cip: 4
title: Standardize data expiry time for pruned nodes
description: Standardize default data expiry time for pruned nodes to 30 days + 1 hour worth of seconds (2595600 seconds).
author: Mustafa Al-Bassam (@musalbas), Rene Lubov (@renaynay), Ramin Keene (@ramin)
discussions-to: https://forum.celestia.org/t/cip-standardize-data-expiry-time-for-pruned-nodes/1326
status: Final
type: Standards Track
category: Data Availability
created: 2023-11-23
---
```
| cip | title | description | author | discussions-to | status | type | category | created |
|-----|----------------------------------------------------|-------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|--------|----------------|---------------------|------------|
| 4 | Standardize data expiry time for pruned nodes | Standardize default data expiry time for pruned nodes to 30 days + 1 hour worth of seconds (2595600 seconds). | Mustafa Al-Bassam (@musalbas), Rene Lubov (@renaynay), Ramin Keene (@ramin) | [forum.celestia.org](https://forum.celestia.org/t/cip-standardize-data-expiry-time-for-pruned-nodes/1326) | Final | Standards Track | Data Availability | 2023-11-23 |

## Abstract

Expand Down
15 changes: 3 additions & 12 deletions cips/cip-5.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
```
---
cip: 5
title: Rename data availability to data publication
description: Renaming data avaiability to data publication to better reflect the message
author: msfew (@fewwwww) <[email protected]>, Kartin <[email protected]>, Xiaohang Yu (@xhyumiracle)
discussions-to: https://forum.celestia.org/t/informational-cip-rename-data-availability-to-data-publication/1287
status: Review
type: Informational
created: 2023-11-06
---
```
| cip | title | description | author | discussions-to | status | type | created |
|-----|----------------------------------------------------|-----------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|--------|---------------|------------|
| 5 | Rename data availability to data publication | Renaming data availability to data publication to better reflect the message | msfew (@fewwwww) <[email protected]>, Kartin <[email protected]>, Xiaohang Yu (@xhyumiracle) | [forum.celestia.org](https://forum.celestia.org/t/informational-cip-rename-data-availability-to-data-publication/1287) | Review | Informational | 2023-11-06 |

## Abstract

Expand Down
16 changes: 3 additions & 13 deletions cips/cip-6.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
```
---
cip: 6
title: Mininum gas price enforcement
description: Enforce payment of the gas for a transaction based on a governance modifiable global minimum gas price
author: Callum Waters (@cmwaters)
discussions-to: https://forum.celestia.org/t/cip-006-price-enforcement/1351
status: Final
type: Standards Track
category: Core
created: 2023-11-30
---
```
| cip | title | description | author | discussions-to | status | type | category | created |
|-----|------------------------------------|------------------------------------------------------------------------------------------------------|------------------------|-------------------------------------------------------------------------------------------------|--------|----------------|----------|------------|
| 6 | Mininum gas price enforcement | Enforce payment of the gas for a transaction based on a governance modifiable global minimum gas price | Callum Waters (@cmwaters) | [forum.celestia.org](https://forum.celestia.org/t/cip-006-price-enforcement/1351) | Final | Standards Track | Core | 2023-11-30 |

## Abstract

Expand Down
15 changes: 3 additions & 12 deletions cips/cip-7.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
```
---
cip: 7
title: Managing Working Groups in the Celestia Improvement Proposal Process
description: A guide to effectively managing working groups within the Celestia Improvement Proposal process.
author: Yaz Khoury <[email protected]>
discussions-to: https://forum.celestia.org/t/cip-for-working-group-best-practices/1343
status: Draft
type: Informational
created: 2023-11-29
---
```
| cip | title | description | author | discussions-to | status | type | created |
|-----|-----------------------------------------------------------------|---------------------------------------------------------------------------------|---------------------------|-------------------------------------------------------------------------------------------------------------|--------|---------------|------------|
| 7 | Managing Working Groups in the Celestia Improvement Proposal Process | A guide to effectively managing working groups within the Celestia Improvement Proposal process. | Yaz Khoury <[email protected]> | [forum.celestia.org](https://forum.celestia.org/t/cip-for-working-group-best-practices/1343) | Draft | Informational | 2023-11-29 |

## Abstract

Expand Down
15 changes: 3 additions & 12 deletions cips/cip-8.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
```
---
cip: 8
title: Roles and Responsibilities of Working Group Chairs in the CIP Process
description: Outlining the key roles and responsibilities of working group chairs within the Celestia Improvement Proposal process.
author: Yaz Khoury <[email protected]>
discussions-to: https://forum.celestia.org/t/cip-for-wg-chair-responsibilities/1344
status: Draft
type: Informational
created: 2023-11-29
---
```
| cip | title | description | author | discussions-to | status | type | created |
|-----|----------------------------------------------------------------|-----------------------------------------------------------------------------------|---------------------------|------------------------------------------------------------------------------------------------------------|--------|---------------|------------|
| 8 | Roles and Responsibilities of Working Group Chairs in the CIP Process | Outlining the key roles and responsibilities of working group chairs within the Celestia Improvement Proposal process. | Yaz Khoury <[email protected]> | [forum.celestia.org](https://forum.celestia.org/t/cip-for-wg-chair-responsibilities/1344) | Draft | Informational | 2023-11-29 |

## Abstract

Expand Down
16 changes: 3 additions & 13 deletions cips/cip-9.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
```
---
cip: 9
title: Packet Forward Middleware
description: Adopt Packet Forward Middleware for multi-hop IBC and path unwinding
author: Alex Cheng (@akc2267)
discussions-to: https://forum.celestia.org/t/cip-packet-forward-middleware/1359
status: Final
type: Standards Track
category: Core
created: 2023-12-01
---
```
| cip | title | description | author | discussions-to | status | type | category | created |
|-----|----------------------------|------------------------------------------------------------------|---------------------------|----------------------------------------------------------------------------------------------------|--------|----------------|----------|------------|
| 9 | Packet Forward Middleware | Adopt Packet Forward Middleware for multi-hop IBC and path unwinding | Alex Cheng (@akc2267) | [forum.celestia.org](https://forum.celestia.org/t/cip-packet-forward-middleware/1359) | Final | Standards Track | Core | 2023-12-01 |

## Abstract

Expand Down

0 comments on commit 2468192

Please sign in to comment.