Modified verification scripts and Supply spec syntax
This commit is contained in:
@ -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";
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user