feat(storage_consistency): define safe method to introduce data at genesis height #2329
Labels
tech-debt
The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.
Context
In #2322 we introduced a method to rewrite some data at genesis height for the
ContractsInfo
table. This was done by using an unsafe operation to convert a database into its genesis stage, and writing to it then.We need to think and rework how we do this in the future in a reliable way without the unsafe operation.
Definition of Done
The text was updated successfully, but these errors were encountered: