Skip to content

Commit

Permalink
Drop signature from attestation clickhouse migration
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 11, 2024
1 parent e85b9f8 commit e748dc4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CREATE TABLE default.canonical_beacon_elaborated_attestation_local on cluster '{
block_root FixedString(66) CODEC(ZSTD(1)),
validators Array(UInt32) Codec(ZSTD(1)),
committee_index LowCardinality(String),
signature String Codec(ZSTD(1)),
beacon_block_root FixedString(66) Codec(ZSTD(1)),
slot UInt32 CODEC(DoubleDelta, ZSTD(1)),
slot_start_date_time DateTime CODEC(DoubleDelta, ZSTD(1)),
Expand Down Expand Up @@ -62,7 +61,6 @@ COMMENT COLUMN position_in_block 'The position of the attestation in the block',
COMMENT COLUMN block_root 'The root of the block containing the attestation',
COMMENT COLUMN validators 'Array of validator indices participating in the attestation',
COMMENT COLUMN committee_index 'The index of the committee making the attestation',
COMMENT COLUMN signature 'The aggregate signature of the attestation',
COMMENT COLUMN beacon_block_root 'The root of the beacon block being attested to',
COMMENT COLUMN slot 'The slot number being attested to',
COMMENT COLUMN source_epoch 'The source epoch referenced in the attestation',
Expand Down

0 comments on commit e748dc4

Please sign in to comment.