Skip to content
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
14 changes: 14 additions & 0 deletions reports/block-proposal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Block proposal compression

Research supporting the compressed block proposal, [logos-lips#389].

| Report | Question it answers |
|---|---|
| [reference-prefix-length.md](reference-prefix-length.md) | How many bytes of the transaction hash must a block proposal carry to refer to a transaction? Prices the birthday-collision attack against measured generation rates, and reconstruction cost against a measured latency curve on the target validator. |

Benchmark suite: [`tools/benchmarks/block-proposal/reference-prefix-length`](../../tools/benchmarks/block-proposal/reference-prefix-length/).

Start with the report's **Notation and terms** section if you are picking this up
cold — every symbol used (`L`, `k`, `b`, `n`, `R_gen`) is defined there.

[logos-lips#389]: https://github.com/logos-co/logos-lips/pull/389
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
729 changes: 729 additions & 0 deletions reports/block-proposal/reference-prefix-length.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
.venv/
Loading