Added TODO show equivalence between batch and non-batch methods

pull/3478/head
Thomas Adams 3 years ago
parent d02c2ccab3
commit 3eb67081f3
  1. 3
      certora/specs/ERC1155Supply.spec

@ -30,6 +30,9 @@ filtered {
"methods must not change the total supply of more than one token"; "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 { ghost mapping(uint256 => mathint) sumOfBalances {

Loading…
Cancel
Save