diff --git a/README.md b/README.md index fcfed64..1b5513e 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ See [/cips/README.md](./cips/README.md) for an overview of the CIP process. -See the [WGs directory](./cips/wgs/README.md) for Working Groups within the CIP process. \ No newline at end of file +See the [WGs directory](./cips/wgs/README.md) for Working Groups within the CIP process. diff --git a/cips/README.md b/cips/README.md index 9c87242..a64a8d4 100644 --- a/cips/README.md +++ b/cips/README.md @@ -18,6 +18,8 @@ Read [CIP-1](./cip-1.md) for information on the CIP process. | 10 | April 30, 2024 | [Agenda](https://github.com/celestiaorg/CIPs/issues/134) | [Tweet Thread](https://x.com/JoshCStein/status/1785309248248828133) | [Recording](https://www.youtube.com/watch?v=zWQsvPqPkC8) | | 11 | May 22, 2024 | [Agenda](https://github.com/celestiaorg/CIPs/issues/142) | [Tweet Thread](https://x.com/JoshCStein/status/1793312125235999082) | [Recording](https://www.youtube.com/watch?v=g6PMMaMmpxg) | | 12 | June 5, 2024 | [Agenda](https://github.com/celestiaorg/CIPs/issues/149) | [Tweet Thread](https://x.com/JoshCStein/status/1798381092493504830) | [Recording](https://www.youtube.com/watch?v=kV5_ANNhixI) | +| 13 | July 3, 2024 | [Agenda](https://github.com/celestiaorg/CIPs/issues/155) | [Tweet Thread](https://x.com/JoshCStein/status/1808531780506403102) | [Recording](https://youtu.be/WzPi49Ge2rA) | +| 14 | July 24, 2024 | [Agenda](https://github.com/celestiaorg/CIPs/issues/163) | [Tweet Thread](https://x.com/JoshCStein/status/1816142425011662993), [Notes](./notes/cdc-14.md) | [Recording](https://www.youtube.com/watch?v=bwlpAy_KE9U) | ## Celestia Improvement Proposals (CIPs) diff --git a/cips/SUMMARY.md b/cips/SUMMARY.md index 56bf383..243c991 100644 --- a/cips/SUMMARY.md +++ b/cips/SUMMARY.md @@ -27,6 +27,9 @@ - [CIP-22](./cip-22.md) - [CIP-23](./cip-23.md) +- [Core Devs Call notes](./notes/README.md) + - [CDC 14](./notes/cdc-14.md) + # CIP template - [CIP Template](./cip-template.md) diff --git a/cips/notes/README.md b/cips/notes/README.md new file mode 100644 index 0000000..802e914 --- /dev/null +++ b/cips/notes/README.md @@ -0,0 +1,5 @@ +# Celestia Core Devs Call notes directory + +| Call | Notes | +| - | - | +| 14 | [cdc-14.md](cdc-14.md) | diff --git a/cips/notes/cdc-14.md b/cips/notes/cdc-14.md new file mode 100644 index 0000000..267bc52 --- /dev/null +++ b/cips/notes/cdc-14.md @@ -0,0 +1,54 @@ +# Celestia Core Devs Call 14 notes + +## Overview + +- Lemongrass hard fork ([CIP-17](../cip-17.md)) final release expected by end of week, to be deployed on Arabica testnet in early August +- [CIP-21](../cip-21.md) (blob with verified signers) in Last Call stage, integration with celestia-app in progress +- [CIP-22](../cip-22.md) (remove `IndexWrapper`) moved to review status, discussion on potential impacts +- [CIP-23](../cip-23.md) (coordinated prevote time) introduced to solve inconsistent block times, prototype expected in 1-2 weeks +- Celestia state machine v3 to include author blobs and delayed voting features, with potential upgrade system refactor + +## Lemongrass hard fork update + +- Final release of celestia-app v2.0.0 expected by end of week +- To be incorporated into celestia-node v0.16.0 (tentative) +- Deployment timeline (tentative): + - Arabica testnet: Early August + - Mocha testnet: Mid August + - Mainnet: Late August (assuming no bugs) +- Services running on Celestia urged to deploy to Arabica and Mocha testnets for compatibility testing + +## Blob with verified signers progress + +- First release candidate of go-square cut +- Integration with celestia-app started, expected to complete in 1-2 weeks +- QA testing to follow, likely to undergo audits +- [CIP-21](../cip-21.md) to be moved to Last Call stage, pending preliminary QA before moving to Final + +## Removing index wrapper proposal + +- [CIP-22](../cip-22.md) moved to review status with updated specification +- Benefits: + - Makes PFB transaction deterministic + - Simplifies square construction + - Prerequisite for future features like hash blocks of squares +- Potential impacts on SDK parsing logic discussed +- Evan suggested exploring implications for square layout and fraud proofs + +## Coordinated prevote time introduction + +- [CIP-23](../cip-23.md) introduced to address inconsistent block times +- Proposes delaying pre-vote until end of timeout propose +- Aims to provide finality on a regular cadence +- Prototype expected in 1-2 weeks +- Informal Systems to be involved in auditing + +## Celestia state machine v3 features + +- Confirmed features: + - Authored blobs ([CIP-21](../cip-21.md)) + - Delayed voting ([CIP-23](../cip-23.md)) +- Potential inclusion: + - Refactor of upgrade system for Cosmos SDK compatibility +- Meta CIP for v3 features to be written and discussed in next call +- v3 upgrade planned to follow shortly after Lemongrass hard fork diff --git a/cips/wgs/README.md b/cips/wgs/README.md index 7abc18b..b909176 100644 --- a/cips/wgs/README.md +++ b/cips/wgs/README.md @@ -7,4 +7,4 @@ and their meeting notes and recordings, if available. - [Data Availability](./da/index.html) - [Interface](./interface/index.html) -- [ZK](./zk/index.html) \ No newline at end of file +- [ZK](./zk/index.html)