safe-global / safe-smart-account

Safe allows secure management of blockchain assets.
https://safe.global
GNU Lesser General Public License v3.0
1.84k stars 907 forks source link

[Certora]: Add counter of owners to specification #657

Closed jhoenicke closed 1 year ago

jhoenicke commented 1 year ago

This adds a ghost variable to each owner that counts the elements behind it in the list, and proves the invariant that the counts are correct. It then shows that ownerCount corresponds to the count of the head element of the list.