Raw
Consolidations
The beacon.raw.consolidations
provides details on the consolidation of validator accounts.
This feature was added post-pectra upgrade.
Table Columns
Unique Key: unique_id
Column Name | Description |
---|---|
slot_number | Beacon Chain slot number. |
slot_timestamp | Beacon Chain slot timestamp of slot. |
array_index | Array index of the flatten consolidations field. |
source_address | The address of the source validator. |
source_pubkey | The pubkey of the source validator. |
source_validator_index | The index of the source validator in the validator registry. |
target_pubkey | The pubkey of the target validator. |
target_validator_index | The index of the target validator in the validator registry. |
unique_id | Unique ID constructed with slot_number, array_index, source_address & target_pubkey. |
_created_at | Timestamp of the consolidation data creation. |
_updated_at | Timestamp of the consolidation data update. |