certora-cli-alpha-master 20241219.18.0.830641__py3-none-any.whl → 20241219.20.36.174596__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -107,7 +107,7 @@ def get_local_run_cmd(context: CertoraContext) -> str:
107
107
  """
108
108
  run_args = []
109
109
 
110
- if hasattr(context, 'rust_executables'):
110
+ if hasattr(context, 'rust_executables') and hasattr(context, 'rust_project_directory'):
111
111
  run_args.append(os.path.join(context.rust_project_directory, context.rust_executables))
112
112
  elif context.is_tac or Attrs.is_rust_app():
113
113
  # For Rust app we assume the files holds the executable for the prover, currently we support a single file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: certora-cli-alpha-master
3
- Version: 20241219.18.0.830641
3
+ Version: 20241219.20.36.174596
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 271cc4d. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
26
+ Commit a0a7788. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
@@ -13,7 +13,7 @@ certora_cli/EVMVerifier/certoraCloudIO.py,sha256=b26JbU3aTEU0BO7gIlJ14tosQfv3wgV
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=oyNOyBjVWFfB1dmj0jNnEwvokM7UMoGZ91luSh-cFGk,4634
16
- certora_cli/EVMVerifier/certoraContext.py,sha256=aYvsuedXdiHsdEbok9hRT3KZcaNY8HIg_Lee3HBVVrE,22266
16
+ certora_cli/EVMVerifier/certoraContext.py,sha256=vLPo1JQfvHMCsKMVKY51D0FS_h_0stGYXGimbP4fKYM,22313
17
17
  certora_cli/EVMVerifier/certoraContextAttributes.py,sha256=Lx1vi9PgPiUcv0xRsdQncvknkpdvMWagGsT-Tw0saX4,55636
18
18
  certora_cli/EVMVerifier/certoraContextClass.py,sha256=qdHYmrzI4zeQaAaMnonw4C-h1PFrPEhI84trrgvxFj0,210
19
19
  certora_cli/EVMVerifier/certoraContextValidator.py,sha256=zQupDhoTMu0aA3Rmp6x6KgOa_CNd5A3Cqf60_vJZ5rE,37560
@@ -53,12 +53,12 @@ certora_cli/Shared/certoraAttrUtil.py,sha256=IbIIvTbtPzmPSSrK7VIWZNitkz1iwvW_e0g
53
53
  certora_cli/Shared/certoraLogging.py,sha256=5Lx-XWKl7GnwnWi7KlwTLIfsEvUvCTZ8KeyfNyi_6RU,13323
54
54
  certora_cli/Shared/certoraUtils.py,sha256=WmVX8Hz5wMZ7WI2JhYavAilH1kO3fwKLUBsf4hQ4b-o,53676
55
55
  certora_cli/Shared/certoraValidateFuncs.py,sha256=OOjPAkcfrURZDD4oDjOMBFTvY6wwQSXboXzu-47AUbY,36871
56
- certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=SF9VyFZLGfIrUj4dB4zFVFGsdP_KyIfqMZFcrQLYRm0,168
57
- certora_jars/Typechecker.jar,sha256=RvgLfNJNp19TEHh0XJUk5lWbftqpELQYrQ5b8SfW6Vc,16755362
56
+ certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=5KzpmJXmpxxOoO1AWjuFJ1vbWNjt5iXbg0zh_T4zBe0,170
57
+ certora_jars/Typechecker.jar,sha256=4UM_d3WzhAD3fV8fOhm0iVHMumg3WXU4a8zV7Tsnsj8,16755362
58
58
  certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
- certora_cli_alpha_master-20241219.18.0.830641.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
60
- certora_cli_alpha_master-20241219.18.0.830641.dist-info/METADATA,sha256=iXDOJ0L2RJUTrB-dgyzxYjP3-qV8Y7E-ThqtYu6E7Kk,837
61
- certora_cli_alpha_master-20241219.18.0.830641.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
62
- certora_cli_alpha_master-20241219.18.0.830641.dist-info/entry_points.txt,sha256=Y90wInBDlKPSU3YnuTn3JqAsSgPRTDHc8lf6BfKILjY,261
63
- certora_cli_alpha_master-20241219.18.0.830641.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
64
- certora_cli_alpha_master-20241219.18.0.830641.dist-info/RECORD,,
59
+ certora_cli_alpha_master-20241219.20.36.174596.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
60
+ certora_cli_alpha_master-20241219.20.36.174596.dist-info/METADATA,sha256=bSZmJo1yFmZbF90AFQmjnIquKwI5bV3qWOALa45GJ7o,838
61
+ certora_cli_alpha_master-20241219.20.36.174596.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
62
+ certora_cli_alpha_master-20241219.20.36.174596.dist-info/entry_points.txt,sha256=Y90wInBDlKPSU3YnuTn3JqAsSgPRTDHc8lf6BfKILjY,261
63
+ certora_cli_alpha_master-20241219.20.36.174596.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
64
+ certora_cli_alpha_master-20241219.20.36.174596.dist-info/RECORD,,
@@ -1 +1 @@
1
- {"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "271cc4d", "timestamp": "20241219.18.0.830641", "version": "20241219.18.0.830641+271cc4d"}
1
+ {"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "a0a7788", "timestamp": "20241219.20.36.174596", "version": "20241219.20.36.174596+a0a7788"}
Binary file