Skip to content

Commit bf3c96f

Browse files
committed
reset blob typing
1 parent 26d5acc commit bf3c96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-4844.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Compared to full data sharding, this EIP has a reduced cap on the number of thes
6464
| Type | Base type | Additional checks |
6565
| - | - | - |
6666
| `BLSFieldElement` | `uint256` | `x < BLS_MODULUS` |
67-
| `Blob` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | Each field element encoded as padded 32 bytes big endian |
67+
| `Blob` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | |
6868
| `VersionedHash` | `Bytes32` | |
6969
| `KZGCommitment` | `Bytes48` | Same as BLS standard "is valid pubkey" check but also allows `0x00..00` for point-at-infinity |
7070
| `KZGProof` | `Bytes48` | Same as for `KZGCommitment` |

0 commit comments

Comments
 (0)