From 95379077e108291ce5a1e3fe0c693d4bdb18f472 Mon Sep 17 00:00:00 2001 From: gajinder Date: Fri, 12 May 2023 18:46:29 +0530 Subject: [PATCH] specify blob endianess --- EIPS/eip-4844.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-4844.md b/EIPS/eip-4844.md index 812ce640aec2cf..f1593c99014a47 100644 --- a/EIPS/eip-4844.md +++ b/EIPS/eip-4844.md @@ -64,7 +64,7 @@ Compared to full data sharding, this EIP has a reduced cap on the number of thes | Type | Base type | Additional checks | | - | - | - | | `BLSFieldElement` | `uint256` | `x < BLS_MODULUS` | -| `Blob` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | | +| `Blob` | `Vector[BLSFieldElement, FIELD_ELEMENTS_PER_BLOB]` | Each field element encoded as padded 32 bytes big endian | | `VersionedHash` | `Bytes32` | | | `KZGCommitment` | `Bytes48` | Same as BLS standard "is valid pubkey" check but also allows `0x00..00` for point-at-infinity | | `KZGProof` | `Bytes48` | Same as for `KZGCommitment` |