certora-cli-alpha-master 20250602.21.20.488716__py3-none-macosx_10_9_universal2.whl → 20250604.13.8.607130__py3-none-macosx_10_9_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- certora_cli/CertoraProver/certoraParseBuildScript.py +1 -1
- {certora_cli_alpha_master-20250602.21.20.488716.dist-info → certora_cli_alpha_master-20250604.13.8.607130.dist-info}/METADATA +2 -2
- {certora_cli_alpha_master-20250602.21.20.488716.dist-info → certora_cli_alpha_master-20250604.13.8.607130.dist-info}/RECORD +9 -9
- certora_jars/CERTORA-CLI-VERSION-METADATA.json +1 -1
- certora_jars/Typechecker.jar +0 -0
- {certora_cli_alpha_master-20250602.21.20.488716.dist-info → certora_cli_alpha_master-20250604.13.8.607130.dist-info}/LICENSE +0 -0
- {certora_cli_alpha_master-20250602.21.20.488716.dist-info → certora_cli_alpha_master-20250604.13.8.607130.dist-info}/WHEEL +0 -0
- {certora_cli_alpha_master-20250602.21.20.488716.dist-info → certora_cli_alpha_master-20250604.13.8.607130.dist-info}/entry_points.txt +0 -0
- {certora_cli_alpha_master-20250602.21.20.488716.dist-info → certora_cli_alpha_master-20250604.13.8.607130.dist-info}/top_level.txt +0 -0
@@ -60,7 +60,7 @@ def add_solana_files_to_context(context: CertoraContext, json_obj: dict) -> None
|
|
60
60
|
def run_rust_build(context: CertoraContext, build_cmd: List[str]) -> None:
|
61
61
|
|
62
62
|
try:
|
63
|
-
build_script_logger.info(f"Building by calling {build_cmd}")
|
63
|
+
build_script_logger.info(f"Building by calling `{' '.join(build_cmd)}`")
|
64
64
|
result = subprocess.run(build_cmd, capture_output=True, text=True)
|
65
65
|
|
66
66
|
# Check if the script executed successfully
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: certora-cli-alpha-master
|
3
|
-
Version:
|
3
|
+
Version: 20250604.13.8.607130
|
4
4
|
Summary: Runner for the Certora Prover
|
5
5
|
Home-page: https://pypi.org/project/certora-cli-alpha-master
|
6
6
|
Author: Certora
|
@@ -37,4 +37,4 @@ Dynamic: requires-dist
|
|
37
37
|
Dynamic: requires-python
|
38
38
|
Dynamic: summary
|
39
39
|
|
40
|
-
Commit
|
40
|
+
Commit bb3174c. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
|
@@ -28,7 +28,7 @@ certora_cli/CertoraProver/certoraExtensionInfo.py,sha256=YlShzdoqJQgXXj3r0TJ3fir
|
|
28
28
|
certora_cli/CertoraProver/certoraJobList.py,sha256=FBIYgJ60I0Ok7vchfTbcuJJbiXgnfAhrONoVeZoHti4,11464
|
29
29
|
certora_cli/CertoraProver/certoraMiniSpecParser.py,sha256=NjjMwf5Rav3YWpoOJh4PZ-QOS8exC2cg4yIBSbZA6l0,9660
|
30
30
|
certora_cli/CertoraProver/certoraNodeFilters.py,sha256=5Uk2mixZKeis_JVd3HkLgoEVklkAYBXAZiNHRlXOIfY,2830
|
31
|
-
certora_cli/CertoraProver/certoraParseBuildScript.py,sha256=
|
31
|
+
certora_cli/CertoraProver/certoraParseBuildScript.py,sha256=cpz74MCNPxNrnA5Svgk6t7qk1pJsrH8u90PYqZet9Mg,4862
|
32
32
|
certora_cli/CertoraProver/certoraProjectScanner.py,sha256=jT7FeWzcy8o83LrZRwsg_L4x6im6Fm_0LZFKVbKr3Jk,6862
|
33
33
|
certora_cli/CertoraProver/certoraSourceFinders.py,sha256=qwJtwrQq3NUNYmdmn1UmANN4lmJFIUh4M-St2x1FJ2Y,19038
|
34
34
|
certora_cli/CertoraProver/certoraType.py,sha256=wD-Sr3xk_dJGtbvw33oIGu_lf15NCZuKWjUb4HlVcUM,29318
|
@@ -65,12 +65,12 @@ certora_cli/Shared/certoraUtils.py,sha256=fWb0-zZMCT_lRvhaPhf8GeXUySW6I0enChv1aO
|
|
65
65
|
certora_cli/Shared/certoraValidateFuncs.py,sha256=WG4UiyES8u49o3XmuRIvNf79rcpWFuCKtV__QUptOEQ,41852
|
66
66
|
certora_cli/Shared/proverCommon.py,sha256=-Lw6_zEIlPA7i_n6xOUsmJeUKjqYWAnGW9GKWBB_GC0,11171
|
67
67
|
certora_cli/Shared/rustProverCommon.py,sha256=NIZ5ECbhuiMegyRAl07CV3r68MFG2tBNKgUAQoV4uLI,2049
|
68
|
-
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=
|
69
|
-
certora_jars/Typechecker.jar,sha256=
|
68
|
+
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=dmPpqCItgRxno7Fe5Q-xH_dY4-tmpTCqaBUJ2XBaoik,168
|
69
|
+
certora_jars/Typechecker.jar,sha256=x7BXUQrrxQiAGQJPzo7VUhz_MbWBilVc8-oDY-Ry0Zo,17139020
|
70
70
|
certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
71
|
-
certora_cli_alpha_master-
|
72
|
-
certora_cli_alpha_master-
|
73
|
-
certora_cli_alpha_master-
|
74
|
-
certora_cli_alpha_master-
|
75
|
-
certora_cli_alpha_master-
|
76
|
-
certora_cli_alpha_master-
|
71
|
+
certora_cli_alpha_master-20250604.13.8.607130.dist-info/LICENSE,sha256=UGKSKIJSetF8m906JLKqNLkUS2CL60XfQdNvxBvpQXo,620
|
72
|
+
certora_cli_alpha_master-20250604.13.8.607130.dist-info/METADATA,sha256=IcFsSTj-RkY222O7Y4jUIZXE9ah0GpgjVYxlQrwa8LU,1247
|
73
|
+
certora_cli_alpha_master-20250604.13.8.607130.dist-info/WHEEL,sha256=9Ig2YBzm5cpS_YWKLeuYxVAxcKv_uDQsCzy9XJbRZ_g,110
|
74
|
+
certora_cli_alpha_master-20250604.13.8.607130.dist-info/entry_points.txt,sha256=_SQ5_uYOAJXtqEW992nIvq7blW9cWFSUVEdbMGuy--4,443
|
75
|
+
certora_cli_alpha_master-20250604.13.8.607130.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
|
76
|
+
certora_cli_alpha_master-20250604.13.8.607130.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": "bb3174c", "timestamp": "20250604.13.8.607130", "version": "20250604.13.8.607130+bb3174c"}
|
certora_jars/Typechecker.jar
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|