From 762765293eb67e3023a558169316e89222fb2dc5 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:05:23 -0500 Subject: [PATCH] chore: use a permalink for rollkit ADR (backport #2604) (#2605) This is an automatic backport of pull request #2604 done by [Mergify](https://mergify.com). ---
Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com
Co-authored-by: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> --- .../adr-008-square-size-independent-message-commitments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-008-square-size-independent-message-commitments.md b/docs/architecture/adr-008-square-size-independent-message-commitments.md index bc4c7c9218..9dc2b9dae2 100644 --- a/docs/architecture/adr-008-square-size-independent-message-commitments.md +++ b/docs/architecture/adr-008-square-size-independent-message-commitments.md @@ -81,7 +81,7 @@ Therefore the height of the tree over the subtree roots is in this implementatio ### Positive Rollmint changes 1. A Rollup can include the commitment in the block header *before* posting to Celestia because it is size-independent and does not have to wait for Celestia to confirm the square size. In general, the roll-up needs access to this commitment in some form to verify a message inclusion proof guaranteeing data availability, which Rollmint currently does not have access to. -2. In turn, this would serve as an alternative to [rollmint/adr-007](https://github.com/celestiaorg/optimint/blob/main/docs/lazy-adr/adr-007-header-commit-to-shares.md) +2. In turn, this would serve as an alternative to [rollmint/adr-007](https://github.com/rollkit/rollkit/blob/f85b994e81bcacf33d187b2dcf2d40657f152408/specs/lazy-adr/adr-007-header-commit-to-shares.md) 3. Here is one scheme on how a Rollup might use this new commitment in the block header. Let's assume a Rollup that looks like this: BH1 <-- BH2 <-- BH3 <-- BH4 The Messages that are submitted to Celestia could look like this: