We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to PR : #9
A run of the new BordaMissingRule.spec on Borda.sol https://prover.certora.com/output/95406/ad390610904f490fb14c8a39d244a929?anonymousKey=8da1cada70decf9448a2a7fad759cf69e3fdb464
BordaMissingRule.spec
Borda.sol
A run on the Borda.spec on BordaNewBug.sol https://prover.certora.com/output/95406/a94453aaf96f40cab8c20bb9ca1a208f?anonymousKey=55dfe859583816dabe226c6f105bcba758a2fd9c
Borda.spec
BordaNewBug.sol
A run on the BordaMissingRule.spec on BordaNewBug.sol https://prover.certora.com/output/95406/cf90c05695cd4c9a8f01da8ac2cb5e22?anonymousKey=9ffe665d58643a3ad573d1b73f3e7b118f82de13
The text was updated successfully, but these errors were encountered:
This is not acknowledged as there is no effect on the winner from the point of view of the IBorda interface . If you could have:
function points(address c) public view override returns (uint256) { if (c == winner) return pointsOfWinner; return _points[c]; }
It would have been caught by the existing spec. you are welcome to try more if there are still no five acknowledged
Sorry, something went wrong.
No branches or pull requests
Link to PR : #9
A run of the new
BordaMissingRule.spec
onBorda.sol
https://prover.certora.com/output/95406/ad390610904f490fb14c8a39d244a929?anonymousKey=8da1cada70decf9448a2a7fad759cf69e3fdb464A run on the
Borda.spec
onBordaNewBug.sol
https://prover.certora.com/output/95406/a94453aaf96f40cab8c20bb9ca1a208f?anonymousKey=55dfe859583816dabe226c6f105bcba758a2fd9c
A run on the
BordaMissingRule.spec
onBordaNewBug.sol
https://prover.certora.com/output/95406/cf90c05695cd4c9a8f01da8ac2cb5e22?anonymousKey=9ffe665d58643a3ad573d1b73f3e7b118f82de13
The text was updated successfully, but these errors were encountered: