FirstWizardHarness

This commit is contained in:
Aleksander Kryukov
2021-11-09 11:18:23 +02:00
committed by Aleksander Kryukov
parent 16e101bba9
commit bc9bbc2431
4 changed files with 139 additions and 2 deletions

View File

@ -7,7 +7,7 @@ methods {
hashProposal(address[],uint256[],bytes[],bytes32) returns uint256 envfree
isExecuted(uint256) returns bool envfree
isCanceled(uint256) returns bool envfree
initialized(uint256) returns bool envfree
// initialized(uint256) returns bool envfree
hasVoted(uint256, address) returns bool
@ -176,3 +176,8 @@ rule doubleVoting(uint256 pId, uint8 sup) {
assert reverted, "double voting accured";
}
/**
*
*/
//rule votingSumAndPower(uint256 pId, uint8 sup, method f) {}