diff --git a/index.html b/index.html new file mode 100644 index 0000000..89c56f2 --- /dev/null +++ b/index.html @@ -0,0 +1,286 @@ + + + + + + README.md - Celestia Improvement Proposals (CIPs) + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

Celestia Improvement Proposal (CIP) process

+

Read CIP-1 for information on the CIP process.

+

Meetings

+
+ + + + + + + + + + + + +
DateAgendaNotesRecording
1November 29, 2023AgendaTweet ThreadRecording
2December 13, 2023AgendaTweet ThreadRecording
3January 24, 2024AgendaTweet ThreadRecording
4February 6, 2024AgendaTweet ThreadRecording
5February 20, 2024AgendaTweet ThreadRecording
6March 6, 2024AgendaTweet ThreadRecording
7March 20, 2024AgendaTweet ThreadRecording
8April 3, 2024AgendaTweet ThreadRecording
9April 17, 2024AgendaTweet ThreadRecording
10April 30, 2024AgendaTweet ThreadRecording
11May 22, 2024AgendaTweet ThreadRecording
12June 5, 2024AgendaTweet ThreadRecording
+
+

Celestia Improvement Proposals (CIPs)

+
+ + + + + + + + + + + + + + + + + + + + + + + +
TitleAuthor(s)
1Celestia Improvement Proposal Process and GuidelinesYaz Khoury yaz@celestia.org
2CIP Editor HandbookYaz Khoury (@YazzyYaz)
3Process for Approving External ResourcesYaz Khoury (@YazzyYaz)
4Standardize data expiry time for pruned nodesMustafa Al-Bassam (@musalbas), Rene Lubov (@renaynay), Ramin Keene (@ramin)
5Rename data availability to data publicationmsfew (@fewwwww), Kartin, Xiaohang Yu (@xhyumiracle)
6Enforce payment of the gas for a transaction based on a global minimum priceCallum Waters (@cmwaters)
7Managing Working Groups in the Celestia Improvement Proposal ProcessYaz Khoury yaz@celestia.org
8Roles and Responsibilities of Working Group Chairs in the CIP ProcessYaz Khoury yaz@celestia.org
9Packet Forward MiddlewareAlex Cheng (@akc2267)
10Coordinated network upgradesCallum Waters (@cmwaters)
11Refund unspent gasRootul Patel (@rootulp)
12ICS-29 Relayer Incentivisation MiddlewareSusannah Evans susannah@interchain.io @womensrights, Aditya Sripal aditya@interchain.io @AdityaSripal
13On-chain Governance Parameters for Celestia NetworkYaz Khoury yaz@celestia.org, Evan Forbes evan@celestia.org
14ICS-27 Interchain AccountsSusannah Evans susannah@interchain.io (@womensrights), Aidan Salzmann aidan@stridelabs.co (@asalzmann), Sam Pochyly sam@stridelabs.co (@sampocs)
15Discourage memo usageRootul Patel (@rootulp), NashQueue (@nashqueue)
16Make Security Related Governance Parameters ImmutableMingpei CAO (@caomingpei)
17Lemongrass HardforkEvan Forbes (@evan-forbes)
18Standardised Gas and Pricing Estimation InterfaceCallum Waters (@cmwaters)
19Shwap ProtocolHlib Kanunnikov (@Wondertan)
20Disable Blobstream moduleRootul Patel (@rootulp)
21Introduce blob type with verified signerCallum Waters (@cmwaters)
22Removing the blobStartIndexNashQueue (@Nashqueue)
23Coordinated prevote timesCallum Waters (@cmwaters)
+
+

Contributing

+

Files in this repo must conform to markdownlint. Install markdownlint and then run:

+
markdownlint --config .markdownlint.yaml '**/*.md'
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0d710bb..d5e61e4 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,5 +1,7 @@ # Summary +[README.md](../README.md) + # CIPs - [CIP-1](./cips/cip-1.md)