You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE INDEX IF NOT EXISTS burn_block_updates_received_times_consensus_hash ON burn_block_updates_received_times(burn_block_consensus_hash, received_time ASC);
633
633
"#;
634
634
635
+
// Used by get_last_globally_accepted_block_signed_self
636
+
staticADD_BLOCK_SIGNED_SELF_INDEX:&str = r#"
637
+
CREATE INDEX idx_blocks_query_opt ON blocks (consensus_hash, state, signed_self, burn_block_height DESC);
0 commit comments