Skip to content

Commit 54ed9dd

Browse files
committed
chore(config): remove outdated libp2p_identify table configuration and update network dates for mainnet, hoodi, and sepolia
1 parent 98d863a commit 54ed9dd

1 file changed

Lines changed: 3 additions & 24 deletions

File tree

config.yaml

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,24 +1110,6 @@ tables:
11101110
- Consensus layer
11111111
- P2P
11121112
description: Table for libp2p handle status events
1113-
- name: libp2p_identify
1114-
database: default
1115-
excluded_columns: []
1116-
partitioning:
1117-
type: datetime
1118-
column: event_date_time
1119-
interval: daily
1120-
networks:
1121-
mainnet:
1122-
from: '2026-02-23'
1123-
hoodi:
1124-
from: '2026-02-23'
1125-
sepolia:
1126-
from: '2026-02-23'
1127-
tags:
1128-
- Consensus layer
1129-
- P2P
1130-
description: Table for libp2p identify events
11311113
- name: libp2p_rpc_meta_control_ihave
11321114
database: default
11331115
excluded_columns: []
@@ -1764,14 +1746,11 @@ tables:
17641746
interval: daily
17651747
networks:
17661748
mainnet:
1767-
from: '2024-04-24'
1768-
to: '2026-02-21'
1749+
from: '2026-02-23'
17691750
hoodi:
1770-
from: '2025-03-17'
1771-
to: '2026-02-21'
1751+
from: '2026-02-23'
17721752
sepolia:
1773-
from: '2024-04-22'
1774-
to: '2026-02-21'
1753+
from: '2026-02-23'
17751754
tags:
17761755
- Consensus layer
17771756
- P2P

0 commit comments

Comments
 (0)