This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Sharding Implementation
Mikhail Kalinin edited this page Oct 17, 2018
·
18 revisions
- Roadmap: https://github.com/ethereum/ethereumj/wiki/Sharding-Roadmap
- The codebase: https://github.com/ethereum/ethereumj/tree/research/sharding
- Beacon chain milestone: https://github.com/ethereum/ethereumj/projects/4
Each of the following sections refers to a corresponding item of the Roadmap.
Issue | Title | Status | PR |
---|---|---|---|
1126 | RANDAO mechanics | Done | 1133 |
1127 | Registration of beacon chain validators | Done | 1137 |
Issue | Title | Status | PR |
---|---|---|---|
1141 | Beacon chain block production | Done | 1168 |
1142 | Validators shuffling | Done | 1185 |
1143 | Beacon chain state transition | Done | 1177 |
1144 | Beacon chain trivial fork choice | Done | 1156 |
1145 | Beacon chain block import | Done | 1156 |
Issue | Title | Status | PR |
---|---|---|---|
1190 | Trivial signature aggregation | Done | 1210 |
1191 | Beacon attester | Done | 1210 |
1192 | Propose blocks with attestations | To Do | |
1193 | Verify attestations in blocks | To Do | |
1194 | Fork choice rule with attestations | To Do |