Skip to content

Feature/blob spec#29

Open
jesusholoo wants to merge 2 commits into
mainfrom
feature/blob_spec
Open

Feature/blob spec#29
jesusholoo wants to merge 2 commits into
mainfrom
feature/blob_spec

Conversation

@jesusholoo

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread docs/BLOB_FORMAT_SPEC.md

### 2.1 Wire encoding

* All integers — header included — are **little-endian, fixed-width**. Chain ids and

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why little endian?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RiscV is little endian. It's cheaper to verify. This data does not need to be processed in the EVM.

Comment thread docs/BLOB_FORMAT_SPEC.md

## 8. Pending discussions

* **Endianness — LE vs BE.** v1 specifies little-endian throughout (§2.1); whether to

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we do little endian we can just SSZ serialization format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants