Skip to content

Commit 208d527

Browse files
committed
feat: Add new table canonical_beacon_validators_pubkeys
1 parent 744301f commit 208d527

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,29 @@ tables:
572572
tags:
573573
- Consensus layer
574574
- Finalized
575+
- name: canonical_beacon_validators_pubkeys
576+
database: default
577+
excluded_columns: []
578+
partitioning:
579+
type: integer
580+
column: index
581+
interval: 50
582+
networks:
583+
mainnet:
584+
from: "0"
585+
to: "10000"
586+
holesky:
587+
from: "0"
588+
to: "10000"
589+
sepolia:
590+
from: "0"
591+
to: "100"
592+
tags:
593+
- Consensus layer
594+
- Finalized
595+
quirks: >-
596+
A new parquet file is only created once there is 50 new validator index's assigned and finalized. Also available in chunks of 10,000.
597+
575598
- name: libp2p_gossipsub_beacon_attestation
576599
database: default
577600
excluded_columns: []

0 commit comments

Comments
 (0)