r4bbit a9fa5703d7
fix(specs): make sumOfMultiplierPointsIsMultiplierpoints work again
This invariant failed as the prover started making wrong assumptions
about the relationship between anyone's account's `totalMP` and its
`balance`, as well as an account's `bonusMP` and its `balance`.

This commit fixes it by adding the necessary invariants to proof the
property.
2024-11-07 10:50:13 -03:00
..