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
For blocks-by-range requests we need to find the blocks for the given slots. We should add an index to our DB so the search is efficient, instead of the current sequential loop over all blocks.
For blocks-by-range requests we need to find the blocks for the given slots. We should add an index to our DB so the search is efficient, instead of the current sequential loop over all blocks.