Browse Source

Added TODO show equivalence between batch and non-batch methods

Thomas Adams 3 years ago
parent
commit
3eb67081f3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      certora/specs/ERC1155Supply.spec

+ 3 - 0
certora/specs/ERC1155Supply.spec

@@ -30,6 +30,9 @@ filtered {
         "methods must not change the total supply of more than one token";
 }
 
+/// TODO possibly show equivalence between batch and non-batch methods
+/// in order to leverage non-batch rules wrt batch rules
+
 /******************************************************************************/
 
 ghost mapping(uint256 => mathint) sumOfBalances {