You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|🏗️|[Phase 1: Beacon Chain Implementation](#phase-1-beacon-chain-implementation)| Build the electra-upgraded beacon chain core | • Apply electra-specific changes<br>• Run & pass full spec tests | Run spec suite (`make spec-test`), aim for 0 failures |
9
+
|✅|[Phase 1: Beacon Chain Implementation](#phase-1-beacon-chain-implementation)| Build the electra-upgraded beacon chain core | • Apply electra-specific changes<br>• Run & pass full spec tests | Run spec suite (`make spec-test`), aim for 0 failures |
10
10
| ⌛ |[Phase 2: P2P & Sepolia Long-Running Sessions](#phase-2-p2p--sepolia-long-running-sessions)| Ensure stability on Sepolia | • Implement the P2P changes <br> • Deploy the node on our server pointing to Sepolia<br>• Fix every issue we found that interrupts the node execution | Continuous uptime checks & up-to-date block processing for 72+ hrs in Sepolia|
11
11
| ⌛ |[Phase 3: Validator Upgrades](#phase-3-validator-upgrades)| Ensure validators duties on devnets |• Implement the honest validator changes<br>• Make assertoor work<br> • Test via Kurtosis & Assertoor | Execute Kurtosis scenarios & Assertoor with continuous uptime checks and up-to-date validation duties for 72+ hrs on kurtosis |
12
12
@@ -27,6 +27,7 @@ Right now we are at the [Beacon Chain Implementation](#phase-1-beacon-chain-impl
**Note:** The aim is to reach `0` failures before next week, so we can start the long running sessions on Sepolia. Also, we want to validate the 784 test skipped on the second phase.
32
33
@@ -36,9 +37,9 @@ Here we will detail the current implementation gaps with the specs and the way t
36
37
37
38
### Phase 1: Beacon Chain Implementation
38
39
39
-
We are at `54/58` (91%) of the [beacon chain changes](docs/specs/electra/beacon-chain.md), and most of the remaining functions are already in progress. We have fixed all `11370` spec tests. The skipped tests were there previous to the electra upgrade, so we will work on them if needed after we finish the first phase.
40
+
We are at `54/58` (92%) of the [beacon chain changes](docs/specs/electra/beacon-chain.md) having implemented all functions needed for phase 1. We have fixed all failing spec tests. The skipped ones were there previous to the electra upgrade, so we will work on them if needed after we finish the first phase.
40
41
41
-
The current status of the implementation in the [electra-support](https://github.com/lambdaclass/lambda_ethereum_consensus/tree/electra-support) branch is as follows:
42
+
The current status of the implementation is as follows:
42
43
43
44
#### Containers (13/13 - 100%)
44
45
@@ -101,10 +102,9 @@ The current status of the implementation in the [electra-support](https://github
0 commit comments