certora-cli-alpha-master 20241212.2.36.560378__py3-none-macosx_10_9_universal2.whl → 20241212.8.4.42377__py3-none-macosx_10_9_universal2.whl
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of certora-cli-alpha-master might be problematic. Click here for more details.
- certora_cli/EVMVerifier/certoraCloudIO.py +1 -1
- certora_cli/EVMVerifier/certoraContextAttributes.py +1 -1
- certora_cli/EVMVerifier/certoraContextValidator.py +1 -1
- certora_cli/Shared/certoraValidateFuncs.py +0 -1
- {certora_cli_alpha_master-20241212.2.36.560378.dist-info → certora_cli_alpha_master-20241212.8.4.42377.dist-info}/METADATA +2 -2
- {certora_cli_alpha_master-20241212.2.36.560378.dist-info → certora_cli_alpha_master-20241212.8.4.42377.dist-info}/RECORD +12 -12
- certora_jars/CERTORA-CLI-VERSION-METADATA.json +1 -1
- certora_jars/Typechecker.jar +0 -0
- {certora_cli_alpha_master-20241212.2.36.560378.dist-info → certora_cli_alpha_master-20241212.8.4.42377.dist-info}/LICENSE +0 -0
- {certora_cli_alpha_master-20241212.2.36.560378.dist-info → certora_cli_alpha_master-20241212.8.4.42377.dist-info}/WHEEL +0 -0
- {certora_cli_alpha_master-20241212.2.36.560378.dist-info → certora_cli_alpha_master-20241212.8.4.42377.dist-info}/entry_points.txt +0 -0
- {certora_cli_alpha_master-20241212.2.36.560378.dist-info → certora_cli_alpha_master-20241212.8.4.42377.dist-info}/top_level.txt +0 -0
@@ -847,7 +847,7 @@ class CloudVerification:
|
|
847
847
|
self.vscode_extension_info_writer.add_field("verification_report_url", self.reportUrl)
|
848
848
|
self.vscode_extension_info_writer.write_file()
|
849
849
|
|
850
|
-
if wait_for_results
|
850
|
+
if not wait_for_results or wait_for_results == str(Vf.WaitForResultOptions.NONE):
|
851
851
|
job_list.save_data()
|
852
852
|
job_list.save_recent_jobs_to_path()
|
853
853
|
self.print_output_links()
|
@@ -124,7 +124,7 @@ class CommonAttributes(AttrUtil.Attributes):
|
|
124
124
|
argparse_args={
|
125
125
|
'nargs': AttrUtil.SINGLE_OR_NONE_OCCURRENCES,
|
126
126
|
'action': AttrUtil.UniqueStore,
|
127
|
-
'default':
|
127
|
+
'default': None, # 'default': when --wait_for_results was not used
|
128
128
|
'const': str(Vf.WaitForResultOptions.ALL) # when --wait_for_results was used without an argument
|
129
129
|
},
|
130
130
|
affects_build_cache_key=False,
|
@@ -742,7 +742,7 @@ def check_files_input(file_list: List[str]) -> None:
|
|
742
742
|
|
743
743
|
|
744
744
|
def set_wait_for_results_default(context: CertoraContext) -> None:
|
745
|
-
if context.wait_for_results
|
745
|
+
if context.wait_for_results is None:
|
746
746
|
if Util.is_ci_or_git_action():
|
747
747
|
context.wait_for_results = str(Vf.WaitForResultOptions.ALL)
|
748
748
|
else:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: certora-cli-alpha-master
|
3
|
-
Version: 20241212.
|
3
|
+
Version: 20241212.8.4.42377
|
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 9584c2f. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
|
@@ -9,14 +9,14 @@ certora_cli/EVMVerifier/__init__.py,sha256=AJxj90KAGh1JqAsxKqDBTL2rFbqgtkhDfW_Xm
|
|
9
9
|
certora_cli/EVMVerifier/certoraBuild.py,sha256=omIs-4cQWR-IT3WTckXMZe9EZMyk2e-hSfRqG7iQJHo,203131
|
10
10
|
certora_cli/EVMVerifier/certoraBuildCacheManager.py,sha256=ZSVCsdTkFFtawuNJ8VK3wJOb01Uyu5e8viPQ8wTziSQ,12563
|
11
11
|
certora_cli/EVMVerifier/certoraBuildDataClasses.py,sha256=4IhvOA_fg-ij5RM9RRlvDDoS7imfp4Zru-AgHhxcHc0,13314
|
12
|
-
certora_cli/EVMVerifier/certoraCloudIO.py,sha256=
|
12
|
+
certora_cli/EVMVerifier/certoraCloudIO.py,sha256=bu7s5lK7I8FmxQzGP7Sb5g8Q4dvCk3KXSsBMsNDes14,52460
|
13
13
|
certora_cli/EVMVerifier/certoraCollectRunMetadata.py,sha256=selEf-p7UW8_70-AbPfa5659ki6WcGrBwfPkUQWKhFU,10322
|
14
14
|
certora_cli/EVMVerifier/certoraCompilerParameters.py,sha256=PDKW3K_lNeRNPHisW0e5hYtfu6unDRjJUop-yItGHO0,762
|
15
15
|
certora_cli/EVMVerifier/certoraConfigIO.py,sha256=8BUxRmRfmbRroYOJvjemDPPdvdXqmyMqKnfPnOwA3yA,4409
|
16
16
|
certora_cli/EVMVerifier/certoraContext.py,sha256=w4k6_O7sT9OuK8MmJrTUZjjCeflOPNpg_gHIieZtKkQ,23640
|
17
|
-
certora_cli/EVMVerifier/certoraContextAttributes.py,sha256=
|
17
|
+
certora_cli/EVMVerifier/certoraContextAttributes.py,sha256=aSYQIPy8SBng0ihykGWDPqrGYiAWqCSxu-zZ9tz8Cyw,55627
|
18
18
|
certora_cli/EVMVerifier/certoraContextClass.py,sha256=qdHYmrzI4zeQaAaMnonw4C-h1PFrPEhI84trrgvxFj0,210
|
19
|
-
certora_cli/EVMVerifier/certoraContextValidator.py,sha256=
|
19
|
+
certora_cli/EVMVerifier/certoraContextValidator.py,sha256=JUOVaHquuEOv5hTo2b_f7G_6lxFB4Wm_IlsfeQmOrx8,37451
|
20
20
|
certora_cli/EVMVerifier/certoraContractFuncs.py,sha256=W3lAvKotGKK7ZGJLg4yYh0FzTwwSQJbZMpizyGaYXZo,6229
|
21
21
|
certora_cli/EVMVerifier/certoraExtensionInfo.py,sha256=bHjEBKg3qQ1lS419KSU6v6HKbhrSOz2TmEE21YrOfYI,1336
|
22
22
|
certora_cli/EVMVerifier/certoraJobList.py,sha256=JlPOANEzNHP6cDrM5UKfO314pmWYokuhAPTkH3ezNb4,10768
|
@@ -51,13 +51,13 @@ certora_cli/Shared/__init__.py,sha256=QGoFb_Uu87tWp4E4L6C_VtzdG-sfNrzdNtRK79h5_L
|
|
51
51
|
certora_cli/Shared/certoraAttrUtil.py,sha256=IbIIvTbtPzmPSSrK7VIWZNitkz1iwvW_e0ggX1e2joY,6751
|
52
52
|
certora_cli/Shared/certoraLogging.py,sha256=5Lx-XWKl7GnwnWi7KlwTLIfsEvUvCTZ8KeyfNyi_6RU,13323
|
53
53
|
certora_cli/Shared/certoraUtils.py,sha256=nlUljgDaYCIptVHAzCxQc2N9fPZ8A1bV46ItM6jzaLc,53607
|
54
|
-
certora_cli/Shared/certoraValidateFuncs.py,sha256=
|
55
|
-
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=
|
56
|
-
certora_jars/Typechecker.jar,sha256=
|
54
|
+
certora_cli/Shared/certoraValidateFuncs.py,sha256=3qQ8ikE0UrYBWn0s0zIISlgh2COXp0poJXriCDZO2U4,36525
|
55
|
+
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=QdY271qautK_rqkf4WWcFSi9WkX6Up8iyHFeFyT_4gE,166
|
56
|
+
certora_jars/Typechecker.jar,sha256=D7TfDSnse6QkKV0_d0Qd6EzVRXoie7VEjzJmhaFyZCc,16701836
|
57
57
|
certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
58
|
-
certora_cli_alpha_master-20241212.
|
59
|
-
certora_cli_alpha_master-20241212.
|
60
|
-
certora_cli_alpha_master-20241212.
|
61
|
-
certora_cli_alpha_master-20241212.
|
62
|
-
certora_cli_alpha_master-20241212.
|
63
|
-
certora_cli_alpha_master-20241212.
|
58
|
+
certora_cli_alpha_master-20241212.8.4.42377.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
|
59
|
+
certora_cli_alpha_master-20241212.8.4.42377.dist-info/METADATA,sha256=3m-NAUQZyvRkEw6ZIBulpUsfOxjF2e2aRJI40buLxk4,835
|
60
|
+
certora_cli_alpha_master-20241212.8.4.42377.dist-info/WHEEL,sha256=N3Zagyg8u7FcZiPCx4UnuNyRRYq7IQpu24eWYyuhGOQ,110
|
61
|
+
certora_cli_alpha_master-20241212.8.4.42377.dist-info/entry_points.txt,sha256=1hX_iXDKItMNmz3frdg30bXS0auF5FG_5oNXxBi79Q8,195
|
62
|
+
certora_cli_alpha_master-20241212.8.4.42377.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
|
63
|
+
certora_cli_alpha_master-20241212.8.4.42377.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": "9584c2f", "timestamp": "20241212.8.4.042377", "version": "20241212.8.4.042377+9584c2f"}
|
certora_jars/Typechecker.jar
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|