Browse Source

Modified verification scripts and Supply spec syntax

Thomas Adams 3 years ago
parent
commit
ffa3daa5d9

+ 1 - 1
certora/scripts/verifyERC1155Pausable.sh

@@ -8,4 +8,4 @@ certoraRun \
     --loop_iter 3 \
     --send_only \
     --cloud \
-    --msg "ERC1155 Pausable verification"
+    --msg "ERC1155 Pausable verification all rules"

+ 1 - 1
certora/scripts/verifyERC1155Supply.sh

@@ -8,4 +8,4 @@ certoraRun \
     --loop_iter 3 \
     --cloud \
     --send_only \
-    --msg "ERC1155 Supply verification"
+    --msg "ERC1155 Supply verification all rules"

+ 2 - 2
certora/specs/ERC1155Supply.spec

@@ -35,12 +35,12 @@ filtered {
 
 rule singleTokenSafeTransferFromSafeBatchTransferFromEquivalence {
     assert false, 
-    "TODO implement this rule using burn version as structural model"
+    "TODO implement this rule using burn version as structural model";
 }
 
 rule multipleTokenSafeTransferFromSafeBatchTransferFromEquivalence {
     assert false, 
-    "TODO implement this rule using burn version as structural model"
+    "TODO implement this rule using burn version as structural model";
 }
 
 /******************************************************************************/