-
Notifications
You must be signed in to change notification settings - Fork 167
Adding el data structures summary #455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thanks a lot, it's great to have a clear summary! I am just wondering where to fit the page because it could be part or subpage of EL data structures https://github.com/eth-protocol-fellows/protocol-studies/blob/main/docs/wiki/EL/data-structures.md Either directly merge it with the existing page or add reference to this as a subpage in the data-structures.md and also the sidebar so it's easy to find |
|
I will add it on the sidebar under "Data structures" |
|
Hi @meldsun0,
ℹ️ How to fix this error:
ℹ️ Checking for typos locally
for f in **/*.md ; do echo $f ; aspell --lang=en_US --mode=markdown --home-dir=. --personal=wordlist.txt --ignore-case=true --camel-case --add-sgml-skip nospellcheck list < $f | sort | uniq -c ; done |
This reverts commit 2d0cc9f.
raxhvl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is out of date (does not include 7702 tx) but lets merge this for now. @meldsun0 could you add a note that this is a work in progress?
See an example of stub:
| > :warning: This article is a [stub](https://en.wikipedia.org/wiki/Wikipedia:Stub), help the wiki by [contributing](/contributing.md) and expanding it. |
Added detailed breakdown of Ethereum Execution Layer data structures, including block header, block body, state trie, transaction types (legacy, access list, dynamic-fee, blob-carrying), and receipt trie.
Included EIP references, fork names, and canonical field names where applicable.