Skip to content

Commit

Permalink
Merge pull request #3710 from kevaundray/kw/rm-field-elements-from-da…
Browse files Browse the repository at this point in the history
…s-core

chore: use CELLS_PER_EXT_BLOB to compute the number of columns
  • Loading branch information
asn-d6 committed Apr 22, 2024
2 parents bcd0a09 + 79d255b commit 4fceca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/eip7594/das-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ We define the following Python custom types for type hinting and readability:

| Name | Value | Description |
| - | - | - |
| `NUMBER_OF_COLUMNS` | `uint64(FIELD_ELEMENTS_PER_EXT_BLOB // FIELD_ELEMENTS_PER_CELL)` (= 128) | Number of columns in the extended data matrix. |
| `NUMBER_OF_COLUMNS` | `uint64(CELLS_PER_EXT_BLOB)` (= 128) | Number of columns in the extended data matrix. |
| `MAX_CELLS_IN_EXTENDED_MATRIX` | `uint64(MAX_BLOBS_PER_BLOCK * NUMBER_OF_COLUMNS)` (= 768) | The data size of `ExtendedMatrix`. |

### Networking
Expand Down

0 comments on commit 4fceca2

Please sign in to comment.