We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d5acc commit bf3c96fCopy full SHA for bf3c96f
EIPS/eip-4844.md
@@ -64,7 +64,7 @@ Compared to full data sharding, this EIP has a reduced cap on the number of thes
64
| Type | Base type | Additional checks |
65
| - | - | - |
66
| `BLSFieldElement` | `uint256` | `x < BLS_MODULUS` |
67
-| `Blob` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | Each field element encoded as padded 32 bytes big endian |
+| `Blob` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | |
68
| `VersionedHash` | `Bytes32` | |
69
| `KZGCommitment` | `Bytes48` | Same as BLS standard "is valid pubkey" check but also allows `0x00..00` for point-at-infinity |
70
| `KZGProof` | `Bytes48` | Same as for `KZGCommitment` |
0 commit comments