This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Description
In pallet-beefy
we keep a mapping of set id -> session index
, this is necessary to validate equivocation proofs. The entries in this map are not being pruned.
We should bound the maximum number of entries in this mapping, for example GRANDPA pallet sets the limit to the bonding duration (in sessions).