Skip to content

Commit

Permalink
add limits (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Mar 7, 2024
1 parent 0e3adb9 commit 9f693fc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
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

0 comments on commit 9f693fc

Please sign in to comment.