Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/migrations/20240108000001_block_da_status.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Block DA (Data Availability) status for L2 chains using Celestia.
-- Only populated when ENABLE_DA_TRACKING=true and the DA worker is running.
-- Only populated when EVNODE_URL is configured and the DA worker is running.
--
-- The DA worker has two phases:
-- 1. Backfill: discovers blocks missing from this table, queries ev-node, and INSERTs.
Expand Down
Loading