-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.json
More file actions
44 lines (44 loc) · 1.72 KB
/
work.json
File metadata and controls
44 lines (44 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"title": "Payload Chunking",
"description": "Deep dive analysis of Payload Chunking designs",
"label": "CL,EL,DL",
"url": "https://ethereum-magicians.org/t/payload-chunking/28067",
"date": "2026-03-24"
},
{
"title": "EIP-8101 - Payload Chunking prototype",
"description": "The proof of concept implementation of EIP-8101",
"label": "CL,EL,DL",
"url": "https://notes.ethereum.org/@miloss/eip8101_prototype",
"date": "2026-03-03"
},
{
"title": "EIP-7782 Prototyping",
"description": "Building a devnet prototype for 6-second slot research",
"label": "EL",
"url": "https://notes.ethereum.org/@miloss/Prototyping_EIP-7782",
"date": "2025-09-01"
},
{
"title": "Portal Network & History Expiry",
"description": "Proposal for a spec for new History subnetwork over Portal protocol for the purpose of History Expiry",
"label": "EL",
"url": "https://ethresear.ch/t/using-portal-network-protocol-for-history-expiry/22658",
"date": "2025-06-22"
},
{
"title": "Portal Network & Verkle",
"description": "Research on how Verkle state trie can be distributed over Portal Network",
"label": "EL",
"url": "https://ethresear.ch/t/portal-network-verkle/19339",
"date": "2024-04-19"
},
{
"title": "Distributing Ethereum State over Portal Network",
"description": "Research on how to distribute state trie over Portal Network for quicker retrieval of leaf nodes",
"label": "EL",
"url": "https://ethresear.ch/t/distributing-ethereum-state-over-portal-network/17882",
"date": "2023-12-17"
}
]