Skip to content
CribScore
← Back to changelog

Changelog

ChangedAPI

Faster public state coverage routes

Public state coverage routes are noticeably faster on the cold path.

Public state coverage routes are noticeably faster on the cold path by reusing the lightweight state path and skipping the heavy proof-graph walk when the requested coverage is already material.

statescoverageperformance
Commitsb3e0c6f

Related changes