certora-cli-alpha-master 20250106.12.31.840729__py3-none-any.whl → 20250106.15.6.77739__py3-none-any.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.

@@ -154,9 +154,9 @@ class CertoraContextValidator:
154
154
  if context.compilation_steps_only and context.build_only:
155
155
  raise Util.CertoraUserInputError("cannot use both 'compilation_steps_only' and 'build_only'")
156
156
 
157
- if context.wait_for_results != str(Vf.WaitForResultOptions.NONE):
158
- if context.local:
159
- validation_logger.warning("'wait_for_results' has no effect in local tool runs")
157
+ set_wait_for_results_default(context)
158
+ if context.wait_for_results != str(Vf.WaitForResultOptions.NONE) and context.local:
159
+ validation_logger.warning("'wait_for_results' has no effect in local tool runs")
160
160
 
161
161
  # packages must be in a normal form (no unneeded . or ..)
162
162
  if context.packages:
@@ -186,7 +186,6 @@ class CertoraContextValidator:
186
186
  'via --prover_version. For example: "--prover_version master"')
187
187
 
188
188
  check_conflicting_branch_and_hash(context)
189
- set_wait_for_results_default(context)
190
189
 
191
190
  def warn_validate_file_args(files: List[str]) -> Tuple[Set[str], Set[str], Dict[str, str], Dict[str, Set[str]]]:
192
191
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: certora-cli-alpha-master
3
- Version: 20250106.12.31.840729
3
+ Version: 20250106.15.6.77739
4
4
  Summary: Runner for the Certora Prover
5
5
  Home-page: https://pypi.org/project/certora-cli-alpha-master
6
6
  Author: Certora
@@ -24,4 +24,4 @@ Requires-Dist: tomli
24
24
  Requires-Dist: universalmutator
25
25
  Requires-Dist: jinja2
26
26
 
27
- Commit 7423c7a. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
27
+ Commit d3ce53d. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
@@ -19,7 +19,7 @@ certora_cli/EVMVerifier/certoraConfigIO.py,sha256=zlXcSAXPXQEhCdOqbogNLgIRSURFQg
19
19
  certora_cli/EVMVerifier/certoraContext.py,sha256=52YMEYYm67F_AsDZoIFjgcR34gQQDTnlmhiH9VrLCYE,21649
20
20
  certora_cli/EVMVerifier/certoraContextAttributes.py,sha256=isgfD4OnD6XkaM-WKHrTUuQDK-W6r4TiltF6O6TsJOU,57019
21
21
  certora_cli/EVMVerifier/certoraContextClass.py,sha256=qdHYmrzI4zeQaAaMnonw4C-h1PFrPEhI84trrgvxFj0,210
22
- certora_cli/EVMVerifier/certoraContextValidator.py,sha256=_vS3CDY8cJRqxtujwiz7rwRFVgDVxNb40YgUU4t4BPM,37585
22
+ certora_cli/EVMVerifier/certoraContextValidator.py,sha256=8zbhc8J6-5ODEEzlJFBiyK4yse4mat1YMGbB1bGPIBM,37569
23
23
  certora_cli/EVMVerifier/certoraContractFuncs.py,sha256=W3lAvKotGKK7ZGJLg4yYh0FzTwwSQJbZMpizyGaYXZo,6229
24
24
  certora_cli/EVMVerifier/certoraExtensionInfo.py,sha256=bHjEBKg3qQ1lS419KSU6v6HKbhrSOz2TmEE21YrOfYI,1336
25
25
  certora_cli/EVMVerifier/certoraJobList.py,sha256=JlPOANEzNHP6cDrM5UKfO314pmWYokuhAPTkH3ezNb4,10768
@@ -56,12 +56,12 @@ certora_cli/Shared/certoraAttrUtil.py,sha256=hUi1ye5kIAHGZqCR1YbXayn5-ToZi3WAa4M
56
56
  certora_cli/Shared/certoraLogging.py,sha256=5Lx-XWKl7GnwnWi7KlwTLIfsEvUvCTZ8KeyfNyi_6RU,13323
57
57
  certora_cli/Shared/certoraUtils.py,sha256=WmVX8Hz5wMZ7WI2JhYavAilH1kO3fwKLUBsf4hQ4b-o,53676
58
58
  certora_cli/Shared/certoraValidateFuncs.py,sha256=qbN2h6MApnLucKvzfJ_dnBa135lLLTGE9Q7MlCBP3Fc,37204
59
- certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=bUU6yu7ZjSPzJz43ft3ysNKXbAJqybMNw7iAJXpk9C0,170
60
- certora_jars/Typechecker.jar,sha256=M17YomjMUOwWEUmqwTEnsWmohc1k4CsBCppFyUSTH-Q,16823265
59
+ certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=_QNtmRJMRstmSnXTeKoUK63K6KVo7gZip0k-gqF-w_A,168
60
+ certora_jars/Typechecker.jar,sha256=Ji2xeCMCaORyGQYZm0mMXo_bxkc32jQCUufhpO7OuNk,16823265
61
61
  certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
- certora_cli_alpha_master-20250106.12.31.840729.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
63
- certora_cli_alpha_master-20250106.12.31.840729.dist-info/METADATA,sha256=J4w1HpvMVj6bDnkpHh163X2YEdYgCo2ZBdES9tlLtU4,860
64
- certora_cli_alpha_master-20250106.12.31.840729.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
65
- certora_cli_alpha_master-20250106.12.31.840729.dist-info/entry_points.txt,sha256=x2dyit80wAtF72k5CQj9F5lnWZEmP9ioseqvrEGWyFc,389
66
- certora_cli_alpha_master-20250106.12.31.840729.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
67
- certora_cli_alpha_master-20250106.12.31.840729.dist-info/RECORD,,
62
+ certora_cli_alpha_master-20250106.15.6.77739.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
63
+ certora_cli_alpha_master-20250106.15.6.77739.dist-info/METADATA,sha256=z38QcvmGw0H7RUipMb0R-wrj9tvH9T1TnK-K51ks9PU,858
64
+ certora_cli_alpha_master-20250106.15.6.77739.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
65
+ certora_cli_alpha_master-20250106.15.6.77739.dist-info/entry_points.txt,sha256=x2dyit80wAtF72k5CQj9F5lnWZEmP9ioseqvrEGWyFc,389
66
+ certora_cli_alpha_master-20250106.15.6.77739.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
67
+ certora_cli_alpha_master-20250106.15.6.77739.dist-info/RECORD,,
@@ -1 +1 @@
1
- {"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "7423c7a", "timestamp": "20250106.12.31.840729", "version": "20250106.12.31.840729+7423c7a"}
1
+ {"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "d3ce53d", "timestamp": "20250106.15.6.077739", "version": "20250106.15.6.077739+d3ce53d"}
Binary file