Followup of: Fix DB serialization order for Ord types
Leo-Besancon opened this issue · 0 comments
Leo-Besancon commented
Follow-up of: #4619
Please look at the PR comments for additionnal context.
Non critical instances that we may want to better handle
- In the AsyncPool, the keys in the DB are AsyncMessageId that are Ord and partly encoded as Varint. We do not (currently) use this Ord, but may in the future).
- Executed Denunciations are indexed by DenunciationIndexed that are Ord and partly encoded as Varint.. We do not (currently) use this Ord, but may in the future)
- MIP Info related keys, but we don't iter on them in the DB, we query all of them at start.