diff --git a/cips/cip-1.md b/cips/cip-1.md index a27d421..7c9225e 100644 --- a/cips/cip-1.md +++ b/cips/cip-1.md @@ -318,6 +318,8 @@ format. There is a [CIP template](./cip-template.md) to follow. Each CIP must begin with an RFC 822 style header preamble, preceded and followed by three hyphens (---). This header is also termed “front matter” by Jekyll. The headers must appear in the following order. +In order to display on the CIP site, the frontmatter must also +be surrounded by three backticks (```). * `cip`: CIP number (this is determined by the CIP editor) * `title`: The CIP title is a few words, not a complete sentence diff --git a/cips/cip-10.md b/cips/cip-10.md index 601f4ff..94e524a 100644 --- a/cips/cip-10.md +++ b/cips/cip-10.md @@ -1,3 +1,4 @@ +``` --- cip: 10 title: Coordinated network upgrades @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2023-12-7 --- +``` ## Abstract diff --git a/cips/cip-11.md b/cips/cip-11.md index 188fa9a..4b83b62 100644 --- a/cips/cip-11.md +++ b/cips/cip-11.md @@ -1,3 +1,4 @@ +``` --- cip: 11 title: Refund unspent gas @@ -10,6 +11,7 @@ type: Standards Track category: Core created: 2023-12-07 --- +``` ## Abstract diff --git a/cips/cip-12.md b/cips/cip-12.md index a25e9de..2a9d857 100644 --- a/cips/cip-12.md +++ b/cips/cip-12.md @@ -1,3 +1,4 @@ +``` --- cip: 12 title: ICS-29 Relayer Incentivisation Middleware @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2023-12-12 --- +``` ## Abstract diff --git a/cips/cip-13.md b/cips/cip-13.md index cf84fdf..f68691e 100644 --- a/cips/cip-13.md +++ b/cips/cip-13.md @@ -1,3 +1,4 @@ +``` --- cip: 13 title: On-chain Governance Parameters for Celestia Network @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2023-12-08 --- +``` ## Abstract diff --git a/cips/cip-14.md b/cips/cip-14.md index c21ade7..afb44f8 100644 --- a/cips/cip-14.md +++ b/cips/cip-14.md @@ -1,3 +1,4 @@ +``` --- cip: 14 title: ICS-27 Interchain Accounts @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2023-01-04 --- +``` ## Abstract diff --git a/cips/cip-15.md b/cips/cip-15.md index 8644075..5a66c77 100644 --- a/cips/cip-15.md +++ b/cips/cip-15.md @@ -1,3 +1,4 @@ +``` --- cip: 15 title: Discourage memo usage @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2024-01-21 --- +``` ## Abstract diff --git a/cips/cip-16.md b/cips/cip-16.md index 3a6b23f..5399c0b 100644 --- a/cips/cip-16.md +++ b/cips/cip-16.md @@ -1,3 +1,4 @@ +``` --- cip: 16 title: Make Security Related Governance Parameters Immutable @@ -10,6 +11,7 @@ category: Core created: 2024-02-07 requires: CIP-13 --- +``` ## Abstract diff --git a/cips/cip-17.md b/cips/cip-17.md index c3c6143..1d6bab4 100644 --- a/cips/cip-17.md +++ b/cips/cip-17.md @@ -1,3 +1,4 @@ +``` --- cip: 17 title: Lemongrass Hardfork @@ -9,6 +10,7 @@ type: Meta created: 2024-02-16 requires: CIP-6, CIP-9, CIP-10, CIP-14, CIP-20 --- +``` ## Abstract diff --git a/cips/cip-18.md b/cips/cip-18.md index 65fa50d..6c93f95 100644 --- a/cips/cip-18.md +++ b/cips/cip-18.md @@ -1,3 +1,4 @@ +``` --- cip: 18 title: Standardised Gas and Pricing Estimation Interface @@ -9,6 +10,7 @@ type: Standards Track category: Interface created: 2024-03-12 --- +``` ## Abstract diff --git a/cips/cip-19.md b/cips/cip-19.md index 0e030eb..66f0bdd 100644 --- a/cips/cip-19.md +++ b/cips/cip-19.md @@ -1,3 +1,4 @@ +``` --- cip: 19 title: Shwap Protocol @@ -9,6 +10,7 @@ type: Standards Track category: Data Availability, Networking created: 2024-02-02 --- +``` ## Abstract diff --git a/cips/cip-2.md b/cips/cip-2.md index d49d4ed..3b165af 100644 --- a/cips/cip-2.md +++ b/cips/cip-2.md @@ -1,3 +1,4 @@ +``` --- cip: 2 title: CIP Editor Handbook @@ -9,6 +10,8 @@ type: Informational created: 2023-04-13 requires: 1 --- +```` + ## Abstract diff --git a/cips/cip-20.md b/cips/cip-20.md index 104cb45..c4830ce 100644 --- a/cips/cip-20.md +++ b/cips/cip-20.md @@ -1,3 +1,4 @@ +``` --- cip: 20 title: Disable Blobstream module @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2024-04-16 --- +``` ## Abstract diff --git a/cips/cip-21.md b/cips/cip-21.md index 29b86e0..cf4a9bd 100644 --- a/cips/cip-21.md +++ b/cips/cip-21.md @@ -1,3 +1,4 @@ +``` --- cip: 21 title: Introduce blob type with verified signer @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2024-05-22 --- +``` ## Abstract diff --git a/cips/cip-22.md b/cips/cip-22.md index b60d00e..b49f15e 100644 --- a/cips/cip-22.md +++ b/cips/cip-22.md @@ -1,3 +1,4 @@ +``` --- cip: 22 title: Removing the blobStartIndex @@ -8,6 +9,7 @@ type: Standards Track category: Core created: 2024-06-26 --- +``` ## Abstract diff --git a/cips/cip-23.md b/cips/cip-23.md index 8f7ab90..2be8143 100644 --- a/cips/cip-23.md +++ b/cips/cip-23.md @@ -1,3 +1,4 @@ +``` --- title: Coordinated prevote times description: Scheduled prevote times for consistent blocks @@ -8,6 +9,7 @@ type: Standards Track category: Core created: 2024-07-12 --- +``` ## Abstract diff --git a/cips/cip-3.md b/cips/cip-3.md index 97630b6..65e4b45 100644 --- a/cips/cip-3.md +++ b/cips/cip-3.md @@ -1,3 +1,4 @@ +``` --- cip: 3 title: Process for Approving External Resources @@ -9,6 +10,7 @@ type: Meta created: 2023-04-13 requires: 1 --- +``` ## Abstract diff --git a/cips/cip-4.md b/cips/cip-4.md index d77bda3..49fb1f7 100644 --- a/cips/cip-4.md +++ b/cips/cip-4.md @@ -1,3 +1,4 @@ +``` --- cip: 4 title: Standardize data expiry time for pruned nodes @@ -9,6 +10,7 @@ type: Standards Track category: Data Availability created: 2023-11-23 --- +``` ## Abstract diff --git a/cips/cip-5.md b/cips/cip-5.md index b3a3fbc..0b362e6 100644 --- a/cips/cip-5.md +++ b/cips/cip-5.md @@ -1,3 +1,4 @@ +``` --- cip: 5 title: Rename data availability to data publication @@ -8,6 +9,7 @@ status: Review type: Informational created: 2023-11-06 --- +``` ## Abstract diff --git a/cips/cip-6.md b/cips/cip-6.md index 42654b2..868cd90 100644 --- a/cips/cip-6.md +++ b/cips/cip-6.md @@ -1,3 +1,4 @@ +``` --- cip: 6 title: Mininum gas price enforcement @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2023-11-30 --- +``` ## Abstract diff --git a/cips/cip-7.md b/cips/cip-7.md index df886b4..ca5bde0 100644 --- a/cips/cip-7.md +++ b/cips/cip-7.md @@ -1,3 +1,4 @@ +``` --- cip: 7 title: Managing Working Groups in the Celestia Improvement Proposal Process @@ -8,6 +9,7 @@ status: Draft type: Informational created: 2023-11-29 --- +``` ## Abstract diff --git a/cips/cip-8.md b/cips/cip-8.md index 85cbfa1..4a30f72 100644 --- a/cips/cip-8.md +++ b/cips/cip-8.md @@ -1,3 +1,4 @@ +``` --- cip: 8 title: Roles and Responsibilities of Working Group Chairs in the CIP Process @@ -8,6 +9,7 @@ status: Draft type: Informational created: 2023-11-29 --- +``` ## Abstract diff --git a/cips/cip-9.md b/cips/cip-9.md index 30bcb06..7fde431 100644 --- a/cips/cip-9.md +++ b/cips/cip-9.md @@ -1,3 +1,4 @@ +``` --- cip: 9 title: Packet Forward Middleware @@ -9,6 +10,7 @@ type: Standards Track category: Core created: 2023-12-01 --- +``` ## Abstract diff --git a/cips/cip-template.md b/cips/cip-template.md index 7fc42fc..e8acf88 100644 --- a/cips/cip-template.md +++ b/cips/cip-template.md @@ -1,3 +1,4 @@ +``` --- title: The CIP title is a few words, not a complete sentence description: Description is one full (short) sentence @@ -9,6 +10,7 @@ category: Core, Data Availability, Networking, Interface, or CRC. Only required created: Date created on, in ISO 8601 (yyyy-mm-dd) format requires: CIP number(s). Only required when you reference an CIP in the `Specification` section. Otherwise, remove this field. --- +``` > Note: **READ CIP-1 BEFORE USING THIS TEMPLATE!**