Skip to content

Commit 001169b

Browse files
renovate[bot]Amxx
andauthored
Update dependency certora-cli to v8.6.1 (OpenZeppelin#6146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
1 parent 308c491 commit 001169b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fv-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certora-cli==8.3.1
1+
certora-cli==8.6.1
22
# File uses a custom name (fv-requirements.txt) so that it isn't picked by Netlify's build
33
# whose latest Python version is 0.3.8, incompatible with most recent versions of Halmos
44
halmos==0.3.3

fv/specs/ERC721.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ rule setApprovalForAll(env e, address operator, bool approved) {
682682
bool success = !lastReverted;
683683

684684
// liveness
685-
assert success <=> operator != 0;
685+
assert success <=> (owner != 0 && operator != 0);
686686

687687
// effect
688688
assert success => isApprovedForAll(owner, operator) == approved;

0 commit comments

Comments
 (0)