mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-11 10:07:00 +00:00
Move SingleAttestation after ExecutionRequests
This commit is contained in:
parent
f024665275
commit
c662452284
@ -271,16 +271,6 @@ class ConsolidationRequest(Container):
|
||||
target_pubkey: BLSPubkey
|
||||
```
|
||||
|
||||
#### `SingleAttestation`
|
||||
|
||||
```python
|
||||
class SingleAttestation(Container):
|
||||
committee_index: CommitteeIndex
|
||||
attester_index: ValidatorIndex
|
||||
data: AttestationData
|
||||
signature: BLSSignature
|
||||
```
|
||||
|
||||
#### `ExecutionRequests`
|
||||
|
||||
*Note*: This container holds requests from the execution layer that are received in [
|
||||
@ -294,6 +284,16 @@ class ExecutionRequests(Container):
|
||||
consolidations: List[ConsolidationRequest, MAX_CONSOLIDATION_REQUESTS_PER_PAYLOAD] # [New in Electra:EIP7251]
|
||||
```
|
||||
|
||||
#### `SingleAttestation`
|
||||
|
||||
```python
|
||||
class SingleAttestation(Container):
|
||||
committee_index: CommitteeIndex
|
||||
attester_index: ValidatorIndex
|
||||
data: AttestationData
|
||||
signature: BLSSignature
|
||||
```
|
||||
|
||||
### Modified Containers
|
||||
|
||||
#### `AttesterSlashing`
|
||||
|
Loading…
x
Reference in New Issue
Block a user