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
once #5013 is merged we don't need to use lru cache in consensus layer anymore.
the process for removing it as follows:
in consensus (tortoise, beacon, certificate, hare3) start using cache with all activation data
tortoise should also support slowpath for old ballots/atxs (2-3 epochs before)
in atxs use sql storage directly for validation, all queries must be simple and hit existing indexes (smesher, epoch index and atx id primary index)
in sync and api use direct access to sql
The text was updated successfully, but these errors were encountered:
dshulyak
changed the title
deprecate lru cache
drop lru cache (used for atxs and to track malfeasent identeties)
Sep 20, 2023
dshulyak
changed the title
drop lru cache (used for atxs and to track malfeasent identeties)
drop lru cache (used for atxs and to track malfeasent identities)
Sep 20, 2023
lrettig
changed the title
drop lru cache (used for atxs and to track malfeasent identities)
drop lru cache (used for atxs and to track malfeasant identities)
Oct 17, 2023
once #5013 is merged we don't need to use lru cache in consensus layer anymore.
the process for removing it as follows:
tortoise should also support slowpath for old ballots/atxs (2-3 epochs before)
The text was updated successfully, but these errors were encountered: