5 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt
c3e89a1a75
fix(certora/specs): Make rules work again 2024-11-15 02:22:56 -03:00
Ricardo Guilherme Schmidt
14baaffc7c
chore(cerotra/spec): fix rules 2024-11-13 16:46:30 -03:00
Ricardo Guilherme Schmidt
5d576825a3
refactor(StakeManager): extract interfaces and rename variables to merge functionalty with StakingRewardStreamer 2024-11-07 10:50:13 -03:00
r4bbit
7581c2a079 refactor(certora): move rule about MP not greater than max MP into own
spec

This is necessary because we need to run this rule on a custom config to
avoid timeouts.
2024-10-08 10:14:20 -03:00
r4bbit
40c5be49bc refactor(certora): introduce shared.spec to reuse helper functions
We have a couple of helper functions redefined in multiple spec files.
This commit introduces a `shared.spec` that provides such functions.

The file is then imported in other spec files, so we can make use of the
functions there.

Closes #87
2024-09-19 14:35:08 +02:00