certora-cli-alpha-master 20241218.10.36.56715__py3-none-macosx_10_9_universal2.whl → 20241218.11.17.90997__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/certoraCloudIO.py +5 -1
- {certora_cli_alpha_master-20241218.10.36.56715.dist-info → certora_cli_alpha_master-20241218.11.17.90997.dist-info}/METADATA +2 -2
- {certora_cli_alpha_master-20241218.10.36.56715.dist-info → certora_cli_alpha_master-20241218.11.17.90997.dist-info}/RECORD +9 -9
- certora_jars/CERTORA-CLI-VERSION-METADATA.json +1 -1
- certora_jars/Typechecker.jar +0 -0
- {certora_cli_alpha_master-20241218.10.36.56715.dist-info → certora_cli_alpha_master-20241218.11.17.90997.dist-info}/LICENSE +0 -0
- {certora_cli_alpha_master-20241218.10.36.56715.dist-info → certora_cli_alpha_master-20241218.11.17.90997.dist-info}/WHEEL +0 -0
- {certora_cli_alpha_master-20241218.10.36.56715.dist-info → certora_cli_alpha_master-20241218.11.17.90997.dist-info}/entry_points.txt +0 -0
- {certora_cli_alpha_master-20241218.10.36.56715.dist-info → certora_cli_alpha_master-20241218.11.17.90997.dist-info}/top_level.txt +0 -0
@@ -765,7 +765,11 @@ class CloudVerification:
|
|
765
765
|
short_output=Ctx.is_minimal_cli_output(self.context))
|
766
766
|
elif Attrs.is_evm_app() and self.context.is_bytecode:
|
767
767
|
# We zip the bytecode jsons and the spec
|
768
|
-
paths = [
|
768
|
+
paths = [Util.get_certora_build_file(), Util.get_certora_verify_file(),
|
769
|
+
Util.get_certora_metadata_file()]
|
770
|
+
if Util.get_certora_sources_dir().exists():
|
771
|
+
paths.append(Util.get_certora_sources_dir())
|
772
|
+
|
769
773
|
for bytecode_json in self.context.bytecode_jsons:
|
770
774
|
paths.append(Path(bytecode_json))
|
771
775
|
paths.append(Path(self.context.bytecode_spec))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: certora-cli-alpha-master
|
3
|
-
Version: 20241218.
|
3
|
+
Version: 20241218.11.17.90997
|
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 d6bc648. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
|
@@ -10,7 +10,7 @@ certora_cli/EVMVerifier/__init__.py,sha256=AJxj90KAGh1JqAsxKqDBTL2rFbqgtkhDfW_Xm
|
|
10
10
|
certora_cli/EVMVerifier/certoraBuild.py,sha256=TqPfOSjcuY0zWJYTx1d401zJdIbnLyECa9T5koXRKzM,203842
|
11
11
|
certora_cli/EVMVerifier/certoraBuildCacheManager.py,sha256=ZSVCsdTkFFtawuNJ8VK3wJOb01Uyu5e8viPQ8wTziSQ,12563
|
12
12
|
certora_cli/EVMVerifier/certoraBuildDataClasses.py,sha256=4IhvOA_fg-ij5RM9RRlvDDoS7imfp4Zru-AgHhxcHc0,13314
|
13
|
-
certora_cli/EVMVerifier/certoraCloudIO.py,sha256=
|
13
|
+
certora_cli/EVMVerifier/certoraCloudIO.py,sha256=b26JbU3aTEU0BO7gIlJ14tosQfv3wgVqRRqm80WVF9w,55165
|
14
14
|
certora_cli/EVMVerifier/certoraCollectRunMetadata.py,sha256=selEf-p7UW8_70-AbPfa5659ki6WcGrBwfPkUQWKhFU,10322
|
15
15
|
certora_cli/EVMVerifier/certoraCompilerParameters.py,sha256=PDKW3K_lNeRNPHisW0e5hYtfu6unDRjJUop-yItGHO0,762
|
16
16
|
certora_cli/EVMVerifier/certoraConfigIO.py,sha256=oyNOyBjVWFfB1dmj0jNnEwvokM7UMoGZ91luSh-cFGk,4634
|
@@ -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=8EGXrxfIxu34VTx46QeTx6tTYLdwpTLT9ulVQijmD9Y,53624
|
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=aJr_phqKl46UGt4gmHz0aUh9e_5wcBfsgpvfpSQ0peY,170
|
58
|
+
certora_jars/Typechecker.jar,sha256=nhqacPa2WbEFydquWqRMYE7e9QrTk02D-i14bq234qY,16684237
|
59
59
|
certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
60
|
-
certora_cli_alpha_master-20241218.
|
61
|
-
certora_cli_alpha_master-20241218.
|
62
|
-
certora_cli_alpha_master-20241218.
|
63
|
-
certora_cli_alpha_master-20241218.
|
64
|
-
certora_cli_alpha_master-20241218.
|
65
|
-
certora_cli_alpha_master-20241218.
|
60
|
+
certora_cli_alpha_master-20241218.11.17.90997.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
|
61
|
+
certora_cli_alpha_master-20241218.11.17.90997.dist-info/METADATA,sha256=pEPwRQH9M1NcNL9WibB5WS4oVvEIlodkpRbIR-w92SM,837
|
62
|
+
certora_cli_alpha_master-20241218.11.17.90997.dist-info/WHEEL,sha256=N3Zagyg8u7FcZiPCx4UnuNyRRYq7IQpu24eWYyuhGOQ,110
|
63
|
+
certora_cli_alpha_master-20241218.11.17.90997.dist-info/entry_points.txt,sha256=Y90wInBDlKPSU3YnuTn3JqAsSgPRTDHc8lf6BfKILjY,261
|
64
|
+
certora_cli_alpha_master-20241218.11.17.90997.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
|
65
|
+
certora_cli_alpha_master-20241218.11.17.90997.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": "d6bc648", "timestamp": "20241218.11.17.090997", "version": "20241218.11.17.090997+d6bc648"}
|
certora_jars/Typechecker.jar
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|