Skip to content

Commit

Permalink
Spec tweak for gold rush (#129)
Browse files Browse the repository at this point in the history
* Spec fixes for gold rush

* Precondition revert and put todo
  • Loading branch information
axiongsupra authored Nov 22, 2024
1 parent b414ead commit f9652d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aptos-move/framework/supra-framework/sources/stake.spec.move
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ spec supra_framework::stake {

spec on_new_epoch {
pragma verify = false; // TODO: set because of timeout (property proved).
pragma disable_invariants_in_body;
// TODO: Why we need to disable invariants in body? (SUPRA)
// pragma disable_invariants_in_body;
// The following resource requirement cannot be discharged by the global
// invariants because this function is called during genesis.
include ResourceRequirement;
Expand Down

0 comments on commit f9652d1

Please sign in to comment.