Browse Source

test function with both clocks

Hadrien Croubois 2 years ago
parent
commit
8d029476af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      certora/specs.js

+ 2 - 2
certora/specs.js

@@ -80,8 +80,8 @@ module.exports = [].concat(
   product(
   product(
     ['GovernorHarness'],
     ['GovernorHarness'],
     ['GovernorFunctions'],
     ['GovernorFunctions'],
-    ['ERC20VotesBlocknumberHarness'], // 'ERC20VotesTimestampHarness'
-    ['castVote', 'execute'], // 'propose', 'queue', 'cancel' // timeout
+    ['ERC20VotesBlocknumberHarness', 'ERC20VotesTimestampHarness'],
+    ['castVote', 'execute'], // 'propose', 'queue', 'cancel' // these rules timeout/fail
   ).map(([contract, spec, token, fn]) => ({
   ).map(([contract, spec, token, fn]) => ({
     spec,
     spec,
     contract,
     contract,