Skip to content

Commit

Permalink
feat: add notes directory/page, cdc-14.md notes, update readme table (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Jul 24, 2024
1 parent 6234755 commit eabbfb5
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
See the [WGs directory](./cips/wgs/README.md) for Working Groups within the CIP process.
2 changes: 2 additions & 0 deletions cips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 3 additions & 0 deletions cips/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions cips/notes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Celestia Core Devs Call notes directory

| Call | Notes |
| - | - |
| 14 | [cdc-14.md](cdc-14.md) |
54 changes: 54 additions & 0 deletions cips/notes/cdc-14.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion cips/wgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [ZK](./zk/index.html)

0 comments on commit eabbfb5

Please sign in to comment.