Undo execution_payload gsync change

This commit is contained in:
Lucas Saldanha 2024-08-13 17:47:50 +12:00
parent 858402fc8a
commit 794b942c9b
2 changed files with 0 additions and 5 deletions

View File

@ -18,5 +18,4 @@ from eth2spec.deneb import {preset_name} as deneb
'FINALIZED_ROOT_GINDEX_ELECTRA': 'GeneralizedIndex(169)',
'CURRENT_SYNC_COMMITTEE_GINDEX_ELECTRA': 'GeneralizedIndex(86)',
'NEXT_SYNC_COMMITTEE_GINDEX_ELECTRA': 'GeneralizedIndex(87)',
'EXECUTION_PAYLOAD_GINDEX': 'GeneralizedIndex(50)',
}

View File

@ -41,10 +41,6 @@ Additional documents describes the impact of the upgrade on certain roles:
## Constants
| Name | Value |
| - | - |
| `EXECUTION_PAYLOAD_GINDEX` | `get_generalized_index(BeaconBlockBody, 'execution_payload_envelope', 'execution_payload')` (= 50) |
### Frozen constants
Existing `GeneralizedIndex` constants are frozen at their [Altair](../../altair/light-client/sync-protocol.md#constants) values.