Skip to content

Commit

Permalink
fix: typos (#4141)
Browse files Browse the repository at this point in the history
# Fix: Corrected typos in documentation files

## Changes
-
`docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md:180`:
"Parital" corrected to "Partial".
-
`docs/architecture/adr-009-non-interactive-default-rules-for-reduced-padding.md:176`:
"collum" corrected to "column".

## Purpose
- Improved documentation accuracy and professionalism.
  • Loading branch information
romashka-btc authored Dec 19, 2024
1 parent 9f3b196 commit 2e28bdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ Proof size increases from 2928 bytes to 10352 bytes in 2 GB blocks. In the curre

### Proof Size for Light-Nodes

Light Nodes have additional access to row and collum roots from the Data Availability header. Therefore we can discard any blue nodes to the `DataRoot` from the analysis.
Light Nodes have additional access to row and column roots from the Data Availability header. Therefore we can discard any blue nodes to the `DataRoot` from the analysis.

![Proof Size Result 2](./assets/adr009/proof-size-result2.png)

### Total Proof Size for Parital Nodes
### Total Proof Size for Partial Nodes

Partial nodes in this context are light clients that may download all of the data in the reserved namespace. They check that the data behind the PFB was included in the `DataRoot`, via blob inclusion proofs.

Expand Down

0 comments on commit 2e28bdd

Please sign in to comment.