Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add DA notes #1790

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/data-availability/blob-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ title: Blob Store Contract

This contract provides the store for arbitrary DA blobs. In practice, these "blobs" are sequencing data from rollups, but they can be any data.

---
:::info

Due to protocol limitations, the maximum transaction size is 4 MB.

:::

## Overview

NEAR blockchain state storage is pretty cheap. At the time of writing, 100KiB is a flat fee of 1NEAR.

Expand Down
6 changes: 6 additions & 0 deletions docs/data-availability/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ They are being actively developed, so they are in a state of flux.
- [Optimism](./optimism.md)
- [Polygon CDK](./cdk-integration.md)

:::info

Due to protocol limitations, the maximum transaction size is 4 MB.

:::

---

## Integrating your own roll-up
Expand Down
6 changes: 5 additions & 1 deletion docs/data-availability/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Red lines denote external flow of commitments.
White lines denote flow of blob data.


Note: "fisherman" is just an example how a rollup can work with the light client in the initial stage of DA, until we implement a more non-interactive approach, such as KZG.
:::note

`Fisherman` is just an example how a rollup can work with the light client in the initial stage of DA, until we implement a more non-interactive approach, such as KZG.

:::

```mermaid
C4Context
Expand Down
Loading