Modified verification scripts and Supply spec syntax

pull/3478/head
Thomas Adams 3 years ago
parent 990fd18c21
commit ffa3daa5d9
  1. 2
      certora/scripts/verifyERC1155Pausable.sh
  2. 2
      certora/scripts/verifyERC1155Supply.sh
  3. 4
      certora/specs/ERC1155Supply.spec

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

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

@ -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";
}
/******************************************************************************/

Loading…
Cancel
Save