File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ This document outlines the gaps in the current implementation of the Electra. It
70
70
71
71
## Block Processing
72
72
73
- - [ ] Modified ` process_withdrawals ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-process_withdrawals ) )
73
+ - [x ] Modified ` process_withdrawals ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-process_withdrawals ) , [ PR ] ( https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1431 ) )
74
74
- [ ] Modified ` process_execution_payload ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-process_execution_payload ) )
75
75
- [x] Modified ` process_operations ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-process_operations ) , [ PR] ( https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1424 ) )
76
76
- [x] Modified ` process_attestation ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-process_attestation ) , [ PR] ( https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1426 ) )
@@ -82,6 +82,8 @@ This document outlines the gaps in the current implementation of the Electra. It
82
82
- [x] New ` is_valid_deposit_signature ` ([ Spec] ( docs/specs/electra/beacon-chain.md#new-is_valid_deposit_signature ) , [ PR] ( https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1424 ) )
83
83
- [x] Modified ` add_validator_to_registry ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-add_validator_to_registry ) , [ PR] ( https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1424 ) )
84
84
- [x] Modified ` apply_deposit ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-apply_deposit ) , [ PR] ( https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1424 ) )
85
+ - [x] Modified ` get_expected_withdrawals ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-get_expected_withdrawals ) , [ PR] ( https://github.com/lambdaclass/lambda_ethereum_consensus/pull/1431 ) )
86
+
85
87
## Execution Engine
86
88
87
89
- [ ] Modified ` is_valid_block_hash ` ([ Spec] ( docs/specs/electra/beacon-chain.md#modified-is_valid_block_hash ) )
You can’t perform that action at this time.
0 commit comments