0xFloki

Results 5 issues of 0xFloki

replace the LINQ Select(...).ToArray() in ColumnDb’s indexer with a direct Array.Fill, eliminate the per-call delegate and enumerable allocations while keeping the returned data unchanged

compute epoch := slots.ToEpoch(slot) once in UpdateDomainDataCaches, reuse the cached epoch for each domain lookup to avoid redundant conversions

Removes the citation-js library import and its associated event listener that searches for `.language-csl-json` elements, as this functionality is not used anywhere in the codebase.

e-consensus

remove the accidental log_index = Uint(0) that overwrote the LogIndexState and broke indexing, ensure log indexing uses the passed state so prepare/add/advance operate correctly

e-consensus

remove the redundant {% elsif page.category != "ERC" %} branch in EIPs/_layouts/eip.html, letting the default else handle all non-ERC pages

e-consensus