Skip to content

Commit

Permalink
feat: Add short blob proof section in overview
Browse files Browse the repository at this point in the history
  • Loading branch information
wwared committed Jun 24, 2024
1 parent 616898e commit cc35e65
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions aptos/docs/src/benchmark/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,23 @@ Due to the SNARK compression, the SNARK proofs take longer to generate and requi
The worst case latency (described [here](../design/edge_cases.md)) can be evaluated by running the end-to-end benchmark
for each of the two proofs, and looking at the maximum of the time it took to genereate each proof.

The numbers we've measured using our [production configuration](../run/overview.md) are present in the
[E2E Benchmarks](./e2e.md) section.
The numbers we've measured using our [production configuration](../run/overview.md) are further detailed in the
[E2E Benchmarks](./e2e.md) section. They are included below as well for reference:

For STARKs:
```
TODO FIXME
```

For SNARKs:
```
TODO FIXME
```

## Blob proofs on Ethereum

We're also working on a STARK verifier that could be used alongside Ethereum's new
[blob transactions](https://eips.ethereum.org/EIPS/eip-4844), which can be used to drastically minimize the gas costs
for large data such as STARK proofs. This is still experimental and an early work-in-progress, but
[preliminary](https://github.com/lurk-lab/sphinx/pull/51) benchmarks using an Ethereum-friendly hash function and
compression show that proof generation could be achieved at around or under 6 minutes.

0 comments on commit cc35e65

Please sign in to comment.