certora-cli-alpha-master 20241224.8.22.2441__py3-none-macosx_10_9_universal2.whl → 20241224.12.18.798750__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/certoraEVMProver.py +8 -1
- certora_cli/certoraSorobanProver.py +8 -1
- {certora_cli_alpha_master-20241224.8.22.2441.dist-info → certora_cli_alpha_master-20241224.12.18.798750.dist-info}/METADATA +2 -2
- {certora_cli_alpha_master-20241224.8.22.2441.dist-info → certora_cli_alpha_master-20241224.12.18.798750.dist-info}/RECORD +10 -10
- {certora_cli_alpha_master-20241224.8.22.2441.dist-info → certora_cli_alpha_master-20241224.12.18.798750.dist-info}/entry_points.txt +1 -1
- certora_jars/CERTORA-CLI-VERSION-METADATA.json +1 -1
- certora_jars/Typechecker.jar +0 -0
- {certora_cli_alpha_master-20241224.8.22.2441.dist-info → certora_cli_alpha_master-20241224.12.18.798750.dist-info}/LICENSE +0 -0
- {certora_cli_alpha_master-20241224.8.22.2441.dist-info → certora_cli_alpha_master-20241224.12.18.798750.dist-info}/WHEEL +0 -0
- {certora_cli_alpha_master-20241224.8.22.2441.dist-info → certora_cli_alpha_master-20241224.12.18.798750.dist-info}/top_level.txt +0 -0
certora_cli/certoraEVMProver.py
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
#!/usr/bin/env python3
|
2
2
|
|
3
3
|
import sys
|
4
|
+
from pathlib import Path
|
5
|
+
|
6
|
+
scripts_dir_path = Path(__file__).parent.resolve() # containing directory
|
7
|
+
sys.path.insert(0, str(scripts_dir_path))
|
8
|
+
|
4
9
|
import EVMVerifier.certoraContextAttributes as Attrs
|
5
10
|
from certoraRun import run_certora, CertoraRunResult
|
6
11
|
from typing import List, Optional
|
@@ -9,6 +14,8 @@ from typing import List, Optional
|
|
9
14
|
def run_evm_prover(args: List[str]) -> Optional[CertoraRunResult]:
|
10
15
|
return run_certora(args, Attrs.EvmProverAttributes)
|
11
16
|
|
17
|
+
def entry_point() -> None:
|
18
|
+
run_evm_prover(sys.argv[1:])
|
12
19
|
|
13
20
|
if __name__ == '__main__':
|
14
|
-
|
21
|
+
entry_point()
|
@@ -1,6 +1,11 @@
|
|
1
1
|
#!/usr/bin/env python3
|
2
2
|
|
3
3
|
import sys
|
4
|
+
from pathlib import Path
|
5
|
+
|
6
|
+
scripts_dir_path = Path(__file__).parent.resolve() # containing directory
|
7
|
+
sys.path.insert(0, str(scripts_dir_path))
|
8
|
+
|
4
9
|
import EVMVerifier.certoraContextAttributes as Attrs
|
5
10
|
from certoraRun import run_certora, CertoraRunResult
|
6
11
|
from typing import List, Optional
|
@@ -9,6 +14,8 @@ from typing import List, Optional
|
|
9
14
|
def run_soroban_prover(args: List[str]) -> Optional[CertoraRunResult]:
|
10
15
|
return run_certora(args, Attrs.SorobanProverAttributes)
|
11
16
|
|
17
|
+
def entry_point() -> None:
|
18
|
+
run_soroban_prover(sys.argv[1:])
|
12
19
|
|
13
20
|
if __name__ == '__main__':
|
14
|
-
|
21
|
+
entry_point()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: certora-cli-alpha-master
|
3
|
-
Version: 20241224.
|
3
|
+
Version: 20241224.12.18.798750
|
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 103751c. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
|
@@ -1,12 +1,12 @@
|
|
1
1
|
certora_bins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
certora_bins/gambit,sha256=mEtRHvYfT6ShKzPHpLNwqAhDfTwRjoj3wRwGYYkRxUs,3820384
|
3
3
|
certora_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
|
-
certora_cli/certoraEVMProver.py,sha256=
|
4
|
+
certora_cli/certoraEVMProver.py,sha256=5bYkU_ap4tBJhnDLJuwWndJyxzOrXpbmaTBELm1mthI,551
|
5
5
|
certora_cli/certoraEqCheck.py,sha256=5LtN9GNBSYR_kYghDBeNNL4yWshPw9PNpe0stLtuIxQ,379
|
6
6
|
certora_cli/certoraMutate.py,sha256=BUK_keaunrcCYgLiwHfIkDSjIHM_KoGwwnIiuojc-ug,2643
|
7
7
|
certora_cli/certoraRun.py,sha256=8LIFACWqme6eCTwxhoQ_0UtdUo85yu1b38soez5NdWg,11936
|
8
8
|
certora_cli/certoraSolanaProver.py,sha256=LEfKpfef0l91mqIQxSzCXtzE8oxZQek-ILcI02fj2Mc,5830
|
9
|
-
certora_cli/certoraSorobanProver.py,sha256=
|
9
|
+
certora_cli/certoraSorobanProver.py,sha256=L7mwsHZUxdZMW20_HfPgJeDHZAwIO2Bm2oHl_Nnn1xs,563
|
10
10
|
certora_cli/rustMutator.py,sha256=ezpwwzr-OCK78PsBPVf5fC__GWaESvIbaAI7yjJ8Hs0,13862
|
11
11
|
certora_cli/EVMVerifier/__init__.py,sha256=AJxj90KAGh1JqAsxKqDBTL2rFbqgtkhDfW_XmxSHft0,159
|
12
12
|
certora_cli/EVMVerifier/certoraBuild.py,sha256=SNpafLfTRInMrns6OuI9WUrJXP7Yt4Fv53pUnpI_j60,203520
|
@@ -57,12 +57,12 @@ certora_cli/Shared/certoraAttrUtil.py,sha256=IbIIvTbtPzmPSSrK7VIWZNitkz1iwvW_e0g
|
|
57
57
|
certora_cli/Shared/certoraLogging.py,sha256=5Lx-XWKl7GnwnWi7KlwTLIfsEvUvCTZ8KeyfNyi_6RU,13323
|
58
58
|
certora_cli/Shared/certoraUtils.py,sha256=WmVX8Hz5wMZ7WI2JhYavAilH1kO3fwKLUBsf4hQ4b-o,53676
|
59
59
|
certora_cli/Shared/certoraValidateFuncs.py,sha256=OOjPAkcfrURZDD4oDjOMBFTvY6wwQSXboXzu-47AUbY,36871
|
60
|
-
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=
|
61
|
-
certora_jars/Typechecker.jar,sha256=
|
60
|
+
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=BnHzvK6Yyd1TZ62oO5uruwKtQlJIVM9ZbAt68312VhU,170
|
61
|
+
certora_jars/Typechecker.jar,sha256=e3s2OgaYwrB_DTA1S4TGL7cTZGFHn6xTDbeWcLN7vs4,16812998
|
62
62
|
certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
63
|
-
certora_cli_alpha_master-20241224.
|
64
|
-
certora_cli_alpha_master-20241224.
|
65
|
-
certora_cli_alpha_master-20241224.
|
66
|
-
certora_cli_alpha_master-20241224.
|
67
|
-
certora_cli_alpha_master-20241224.
|
68
|
-
certora_cli_alpha_master-20241224.
|
63
|
+
certora_cli_alpha_master-20241224.12.18.798750.dist-info/LICENSE,sha256=VeEBJLgfzZqyAUfjLoKUztf7KJBBUjtZ1ap99eQubOo,1065
|
64
|
+
certora_cli_alpha_master-20241224.12.18.798750.dist-info/METADATA,sha256=G8flJ2P6h6_gu_qg044GmsZFYNaZqMKuWnKin8RvWJo,838
|
65
|
+
certora_cli_alpha_master-20241224.12.18.798750.dist-info/WHEEL,sha256=N3Zagyg8u7FcZiPCx4UnuNyRRYq7IQpu24eWYyuhGOQ,110
|
66
|
+
certora_cli_alpha_master-20241224.12.18.798750.dist-info/entry_points.txt,sha256=x2dyit80wAtF72k5CQj9F5lnWZEmP9ioseqvrEGWyFc,389
|
67
|
+
certora_cli_alpha_master-20241224.12.18.798750.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
|
68
|
+
certora_cli_alpha_master-20241224.12.18.798750.dist-info/RECORD,,
|
@@ -1,5 +1,5 @@
|
|
1
1
|
[console_scripts]
|
2
|
-
certoraEVMProver = certora_cli.
|
2
|
+
certoraEVMProver = certora_cli.certoraEVMProver:entry_point
|
3
3
|
certoraEqCheck = certora_cli.certoraEqCheck:equiv_check_entry_point
|
4
4
|
certoraMutate = certora_cli.certoraMutate:mutate_entry_point
|
5
5
|
certoraRun = certora_cli.certoraRun:entry_point
|
@@ -1 +1 @@
|
|
1
|
-
{"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "
|
1
|
+
{"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "103751c", "timestamp": "20241224.12.18.798750", "version": "20241224.12.18.798750+103751c"}
|
certora_jars/Typechecker.jar
CHANGED
Binary file
|
File without changes
|
File without changes
|