fix timelockcontroller
This commit is contained in:
@ -7,5 +7,5 @@ certoraRun \
|
||||
--verify TimelockControllerHarness:certora/specs/TimelockController.spec \
|
||||
--optimistic_loop \
|
||||
--loop_iter 3 \
|
||||
--settings -byteMapHashingPrecision=32 \
|
||||
$@
|
||||
# --settings -byteMapHashingPrecision=32 \
|
||||
|
||||
@ -11,8 +11,9 @@ methods {
|
||||
|
||||
isOperationReady(bytes32) returns(bool)
|
||||
cancel(bytes32)
|
||||
schedule(address, uint256, bytes32, bytes32, bytes32, uint256)
|
||||
schedule(address, uint256, bytes, bytes32, bytes32, uint256)
|
||||
execute(address, uint256, bytes, bytes32, bytes32)
|
||||
scheduleBatch(address[], uint256[], bytes[], bytes32, bytes32, uint256)
|
||||
executeBatch(address[], uint256[], bytes[], bytes32, bytes32)
|
||||
_checkRole(bytes32) => DISPATCHER(true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user