certora-cli-alpha-master 20241219.20.36.174596__py3-none-macosx_10_9_universal2.whl → 20241220.7.7.382176__py3-none-macosx_10_9_universal2.whl
Sign up to get free protection for your applications and to get access to all the features.
- certora_cli/EVMVerifier/certoraContextValidator.py +1 -1
- {certora_cli_alpha_master-20241219.20.36.174596.dist-info → certora_cli_alpha_master-20241220.7.7.382176.dist-info}/METADATA +2 -2
- {certora_cli_alpha_master-20241219.20.36.174596.dist-info → certora_cli_alpha_master-20241220.7.7.382176.dist-info}/RECORD +9 -9
- certora_jars/CERTORA-CLI-VERSION-METADATA.json +1 -1
- certora_jars/Typechecker.jar +0 -0
- {certora_cli_alpha_master-20241219.20.36.174596.dist-info → certora_cli_alpha_master-20241220.7.7.382176.dist-info}/LICENSE +0 -0
- {certora_cli_alpha_master-20241219.20.36.174596.dist-info → certora_cli_alpha_master-20241220.7.7.382176.dist-info}/WHEEL +0 -0
- {certora_cli_alpha_master-20241219.20.36.174596.dist-info → certora_cli_alpha_master-20241220.7.7.382176.dist-info}/entry_points.txt +0 -0
- {certora_cli_alpha_master-20241219.20.36.174596.dist-info → certora_cli_alpha_master-20241220.7.7.382176.dist-info}/top_level.txt +0 -0
@@ -181,7 +181,7 @@ class CertoraContextValidator:
|
|
181
181
|
context.fe_version = str(Util.FeValue.LATEST)
|
182
182
|
else:
|
183
183
|
context.fe_version = str(Util.FeValue.PRODUCTION)
|
184
|
-
if Util.ALPHA_PACKAGE_NAME in package_name and not context.prover_version:
|
184
|
+
if Util.ALPHA_PACKAGE_NAME in package_name and not (context.prover_version or context.commit_sha1):
|
185
185
|
raise Util.CertoraUserInputError('When running an "alpha release", a specific branch must be supplied '
|
186
186
|
'via --prover_version. For example: "--prover_version master"')
|
187
187
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: certora-cli-alpha-master
|
3
|
-
Version:
|
3
|
+
Version: 20241220.7.7.382176
|
4
4
|
Summary: Runner for the Certora Prover
|
5
5
|
Home-page: https://pypi.org/project/certora-cli-alpha-master
|
6
6
|
Author: Certora
|
@@ -23,4 +23,4 @@ Requires-Dist: StrEnum
|
|
23
23
|
Requires-Dist: tomli
|
24
24
|
Requires-Dist: universalmutator
|
25
25
|
|
26
|
-
Commit
|
26
|
+
Commit 0d8724c. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
|
@@ -17,7 +17,7 @@ certora_cli/EVMVerifier/certoraConfigIO.py,sha256=oyNOyBjVWFfB1dmj0jNnEwvokM7UMo
|
|
17
17
|
certora_cli/EVMVerifier/certoraContext.py,sha256=vLPo1JQfvHMCsKMVKY51D0FS_h_0stGYXGimbP4fKYM,22313
|
18
18
|
certora_cli/EVMVerifier/certoraContextAttributes.py,sha256=Lx1vi9PgPiUcv0xRsdQncvknkpdvMWagGsT-Tw0saX4,55636
|
19
19
|
certora_cli/EVMVerifier/certoraContextClass.py,sha256=qdHYmrzI4zeQaAaMnonw4C-h1PFrPEhI84trrgvxFj0,210
|
20
|
-
certora_cli/EVMVerifier/certoraContextValidator.py,sha256=
|
20
|
+
certora_cli/EVMVerifier/certoraContextValidator.py,sha256=_vS3CDY8cJRqxtujwiz7rwRFVgDVxNb40YgUU4t4BPM,37585
|
21
21
|
certora_cli/EVMVerifier/certoraContractFuncs.py,sha256=W3lAvKotGKK7ZGJLg4yYh0FzTwwSQJbZMpizyGaYXZo,6229
|
22
22
|
certora_cli/EVMVerifier/certoraExtensionInfo.py,sha256=bHjEBKg3qQ1lS419KSU6v6HKbhrSOz2TmEE21YrOfYI,1336
|
23
23
|
certora_cli/EVMVerifier/certoraJobList.py,sha256=JlPOANEzNHP6cDrM5UKfO314pmWYokuhAPTkH3ezNb4,10768
|
@@ -54,12 +54,12 @@ certora_cli/Shared/certoraAttrUtil.py,sha256=IbIIvTbtPzmPSSrK7VIWZNitkz1iwvW_e0g
|
|
54
54
|
certora_cli/Shared/certoraLogging.py,sha256=5Lx-XWKl7GnwnWi7KlwTLIfsEvUvCTZ8KeyfNyi_6RU,13323
|
55
55
|
certora_cli/Shared/certoraUtils.py,sha256=WmVX8Hz5wMZ7WI2JhYavAilH1kO3fwKLUBsf4hQ4b-o,53676
|
56
56
|
certora_cli/Shared/certoraValidateFuncs.py,sha256=OOjPAkcfrURZDD4oDjOMBFTvY6wwQSXboXzu-47AUbY,36871
|
57
|
-
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=
|
58
|
-
certora_jars/Typechecker.jar,sha256=
|
57
|
+
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=fZDVm1f2MPhRRYj44_ktNRRFhKkJ8YxWy7lm2MUjP4U,166
|
58
|
+
certora_jars/Typechecker.jar,sha256=qTXj6-hNAjr5_i-TrtHHjgFicizCQclD4cS0z797E-k,16755362
|
59
59
|
certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
60
|
-
certora_cli_alpha_master-
|
61
|
-
certora_cli_alpha_master-
|
62
|
-
certora_cli_alpha_master-
|
63
|
-
certora_cli_alpha_master-
|
64
|
-
certora_cli_alpha_master-
|
65
|
-
certora_cli_alpha_master-
|
60
|
+
certora_cli_alpha_master-20241220.7.7.382176.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
|
61
|
+
certora_cli_alpha_master-20241220.7.7.382176.dist-info/METADATA,sha256=OG-PZ9B9sFh7dJFuBXmPz85ysoNfM92lYCwOM75fSZY,836
|
62
|
+
certora_cli_alpha_master-20241220.7.7.382176.dist-info/WHEEL,sha256=N3Zagyg8u7FcZiPCx4UnuNyRRYq7IQpu24eWYyuhGOQ,110
|
63
|
+
certora_cli_alpha_master-20241220.7.7.382176.dist-info/entry_points.txt,sha256=Y90wInBDlKPSU3YnuTn3JqAsSgPRTDHc8lf6BfKILjY,261
|
64
|
+
certora_cli_alpha_master-20241220.7.7.382176.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
|
65
|
+
certora_cli_alpha_master-20241220.7.7.382176.dist-info/RECORD,,
|
@@ -1 +1 @@
|
|
1
|
-
{"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "
|
1
|
+
{"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "0d8724c", "timestamp": "20241220.7.7.382176", "version": "20241220.7.7.382176+0d8724c"}
|
certora_jars/Typechecker.jar
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|