Skip to content
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

El architecture update #253

Merged
merged 50 commits into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8255738
RLP wiki page - first commit
thogiti Apr 28, 2024
441c9c1
data serialization section is added
thogiti Apr 28, 2024
accb498
need for RLP in Ethereum section is addecd
thogiti Apr 28, 2024
97cc262
Fix overview image
SiddharthV1 Apr 28, 2024
56abb2e
RL encoding/decoding sections are added
thogiti Apr 29, 2024
8bc7f0b
RLP tools and resources sections are added.
thogiti Apr 29, 2024
405d9d1
fixed the sidebar conflicts
thogiti Apr 29, 2024
9a1c992
fixed the sidebar conflicts
thogiti Apr 29, 2024
640266b
fixed the sidebar conflicts
thogiti Apr 29, 2024
0e1b1a5
fixed the sidebar conflicts
thogiti Apr 29, 2024
71c7366
fixed the sidebar conflicts
thogiti Apr 29, 2024
cdf2dd4
fixed the sidebar conflicts
thogiti Apr 29, 2024
54a8009
Merge remote-tracking branch 'upstream/el-architecture' into el-archi…
thogiti Apr 29, 2024
84325ab
RLP links to sidebar is added
thogiti Apr 29, 2024
14ddf02
Merge pull request #229 from thogiti/el-architecture
thogiti Apr 29, 2024
e3016a5
typos for wordlist is fixed
thogiti Apr 29, 2024
e6be715
Merge pull request #233 from thogiti/el-architecture
thogiti Apr 29, 2024
ee87d71
typos for wordlist is fixed
thogiti Apr 29, 2024
08e371b
Merge pull request #234 from thogiti/el-architecture
thogiti Apr 29, 2024
f2af327
Update docs/wiki/EL/RLP.md
thogiti Apr 29, 2024
14e6373
Update docs/wiki/EL/RLP.md
thogiti Apr 29, 2024
bfd0299
Updated after the review
thogiti Apr 29, 2024
9b89818
Merge branch 'el-architecture' into el-architecture
thogiti Apr 29, 2024
d6387a4
Merge pull request #235 from thogiti/el-architecture
thogiti Apr 29, 2024
6d8749e
resolve conflict
thogiti Apr 29, 2024
41c0970
Link RLP page in architecture doc
SiddharthV1 Apr 29, 2024
5fc0944
Cross-links & move RLP heading under DataStructure
SiddharthV1 Apr 29, 2024
bf37786
additions to the intro
taxmeifyoucan Apr 29, 2024
45233cd
resolve conflicts
thogiti Apr 29, 2024
dd63838
Merge pull request #238 from thogiti/el-architecture
thogiti Apr 29, 2024
d8a3fba
Reth : added codecs, DB abstractions, cursor
SiddharthV1 Apr 30, 2024
8ca7fec
..
SiddharthV1 Apr 30, 2024
52c94b3
Typo & Phrasing improvement
SiddharthV1 Apr 30, 2024
a2a7970
Add Reth's tables section from week 7
SiddharthV1 May 1, 2024
b31c39b
Merge branch 'main' into el-architecture
SiddharthV1 May 1, 2024
b22a7ff
Typos and wordlist
SiddharthV1 May 1, 2024
b8b803b
Typos and wordlist
SiddharthV1 May 1, 2024
94c6078
Add Payload building week-2 to block production
SiddharthV1 May 3, 2024
a5bcb59
Merge branch 'main' into el-architecture
SiddharthV1 May 3, 2024
5605db2
Add diagrams for fork choice & new payload
SiddharthV1 May 3, 2024
e3c5018
Internal consensus engine
SiddharthV1 May 3, 2024
49e0237
Move header code table from specs to architecture
SiddharthV1 May 3, 2024
3e2a4fb
Move section in datastructures to storage
SiddharthV1 May 3, 2024
478645b
Remove artifact - brackets
SiddharthV1 May 3, 2024
0328666
Spell fixes
SiddharthV1 May 3, 2024
7439073
Move RLP link to data-structures page
SiddharthV1 May 3, 2024
61ed987
Change eth1 to ethone to appease spellcheck
SiddharthV1 May 3, 2024
38b7d87
Content standardization typo and add TODO in EVM
SiddharthV1 May 3, 2024
a3e7675
add sync info
taxmeifyoucan Jun 8, 2024
7a61ae2
Merge branch 'main' into el-architecture
taxmeifyoucan Jun 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading