Modified verification scripts and Supply spec syntax

This commit is contained in:
Thomas Adams
2022-06-06 11:42:13 -07:00
parent 990fd18c21
commit ffa3daa5d9
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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