Skip to content

Commit

Permalink
El architecture update (#253)
Browse files Browse the repository at this point in the history
* RLP wiki page - first commit

* data serialization section is added

* need for RLP in Ethereum section is addecd

* Fix overview image

* RL encoding/decoding sections are added

* RLP tools and resources sections are added.

* fixed the sidebar conflicts

* fixed the sidebar conflicts

* fixed the sidebar conflicts

* fixed the sidebar conflicts

* fixed the sidebar conflicts

* fixed the sidebar conflicts

* RLP links to sidebar is added

* typos for wordlist is fixed

* typos for wordlist is fixed

* Update docs/wiki/EL/RLP.md

Co-authored-by: Mário Havel <[email protected]>

* Update docs/wiki/EL/RLP.md

Co-authored-by: Mário Havel <[email protected]>

* Updated after the review

* Link RLP page in architecture doc

* Cross-links & move RLP heading under DataStructure

* additions to the intro

* Reth : added codecs, DB abstractions, cursor

* ..

* Typo & Phrasing improvement

* Add Reth's tables section from week 7

This completes the storage section from week 7

* Typos and wordlist

* Typos and wordlist

* Add Payload building week-2 to block production

The file we already existing with a geth code walk through.
A link pointing to it has been added in the sidebar and
the content updated to include week 2 notes.

* Add diagrams for fork choice & new payload

* Internal consensus engine

* Move header code table from specs to architecture

* Move section in datastructures to storage

* Remove artifact - brackets

More fixes

* Spell fixes

* Move RLP link to data-structures page

* Change eth1 to ethone to appease spellcheck

Spell check does not accept eth1 in its wordlist

* Content standardization typo and add TODO in EVM

* add sync info

---------

Co-authored-by: Nagu Thogiti <[email protected]>
Co-authored-by: Mário Havel <[email protected]>
  • Loading branch information
3 people authored Jun 8, 2024
1 parent 523ac7e commit d62f281
Show file tree
Hide file tree
Showing 8 changed files with 4,243 additions and 41 deletions.
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- [Reth](/wiki/EL/clients/reth.md)
- [EVM](/wiki/EL/evm.md)
- [Precompiled Contracts](/wiki/EL/precompiled-contracts.md)
- [Block Building](/wiki/EL/block-production.md)
- [Data Structures](/wiki/EL/data-structures.md)
- [Transaction anatomy](/wiki/EL/transaction.md)
- [JSON-RPC](/wiki/EL/JSON-RPC.md)
Expand Down
Loading

0 comments on commit d62f281

Please sign in to comment.