certora-cli-alpha-master 20251008.22.19.660157__py3-none-any.whl → 20251009.8.1.48108__py3-none-any.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/certoraContext.py +2 -2
- {certora_cli_alpha_master-20251008.22.19.660157.dist-info → certora_cli_alpha_master-20251009.8.1.48108.dist-info}/METADATA +2 -2
- {certora_cli_alpha_master-20251008.22.19.660157.dist-info → certora_cli_alpha_master-20251009.8.1.48108.dist-info}/RECORD +10 -10
- certora_jars/ASTExtraction.jar +0 -0
- certora_jars/CERTORA-CLI-VERSION-METADATA.json +1 -1
- certora_jars/Typechecker.jar +0 -0
- {certora_cli_alpha_master-20251008.22.19.660157.dist-info → certora_cli_alpha_master-20251009.8.1.48108.dist-info}/LICENSE +0 -0
- {certora_cli_alpha_master-20251008.22.19.660157.dist-info → certora_cli_alpha_master-20251009.8.1.48108.dist-info}/WHEEL +0 -0
- {certora_cli_alpha_master-20251008.22.19.660157.dist-info → certora_cli_alpha_master-20251009.8.1.48108.dist-info}/entry_points.txt +0 -0
- {certora_cli_alpha_master-20251008.22.19.660157.dist-info → certora_cli_alpha_master-20251009.8.1.48108.dist-info}/top_level.txt +0 -0
@@ -670,10 +670,10 @@ def get_map_attribute_value(context: CertoraContext, path: Path, attr_name: str)
|
|
670
670
|
for contract_name, contract_file_path in context.contract_to_file.items():
|
671
671
|
if fnmatch.fnmatch(contract_name, pattern):
|
672
672
|
# Check if this contract's file matches our target path
|
673
|
-
if
|
673
|
+
if str(path).endswith(contract_file_path):
|
674
674
|
return entry_value
|
675
675
|
else: # This is a file pattern
|
676
676
|
# Match the file pattern against the path
|
677
677
|
if glob.globmatch(str(path), pattern, flags=glob.GLOBSTAR):
|
678
678
|
return entry_value
|
679
|
-
|
679
|
+
raise RuntimeError(f"cannot match {attr_name} to {path} from {attr_name}_map")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: certora-cli-alpha-master
|
3
|
-
Version:
|
3
|
+
Version: 20251009.8.1.48108
|
4
4
|
Summary: Runner for the Certora Prover
|
5
5
|
Home-page: https://pypi.org/project/certora-cli-alpha-master
|
6
6
|
Author: Certora
|
@@ -39,4 +39,4 @@ Dynamic: requires-dist
|
|
39
39
|
Dynamic: requires-python
|
40
40
|
Dynamic: summary
|
41
41
|
|
42
|
-
Commit
|
42
|
+
Commit 8e2524d. Build and Run scripts for executing the Certora Prover on Solidity smart contracts.
|
@@ -22,7 +22,7 @@ certora_cli/CertoraProver/certoraCollectConfigurationLayout.py,sha256=Rln6LsqMp-
|
|
22
22
|
certora_cli/CertoraProver/certoraCollectRunMetadata.py,sha256=i31dkYt8kwlX44SHZtV_b8QI1Egi6cbB5-uuh5beYN0,12630
|
23
23
|
certora_cli/CertoraProver/certoraCompilerParameters.py,sha256=r35y03IRwWIoz1GCNC7PuW3n8JPz9J1NGwhwUYKdYtI,1452
|
24
24
|
certora_cli/CertoraProver/certoraConfigIO.py,sha256=vXR9XL3y1LPtL59BVuEfM60d6WLaM1P0WiAH2cZkwP4,7675
|
25
|
-
certora_cli/CertoraProver/certoraContext.py,sha256=
|
25
|
+
certora_cli/CertoraProver/certoraContext.py,sha256=bBbLPet5si6jFEdL1TBORN-HCiJGQK7hD6OQZ_ODmFY,28878
|
26
26
|
certora_cli/CertoraProver/certoraContextAttributes.py,sha256=dFV44uoKzpfAc5mCcTXVrAR3aFBi1YS_6evWcS5akVA,70197
|
27
27
|
certora_cli/CertoraProver/certoraContextClass.py,sha256=d7HDqM72K7YnswR7kEcAHGwkFNrTqRz5-_0m7cl2Mso,900
|
28
28
|
certora_cli/CertoraProver/certoraContextValidator.py,sha256=clXwmYHIBUmOJ8ADRUmu9U6_pNe_tXRNawvUPBLlYVY,46490
|
@@ -67,13 +67,13 @@ certora_cli/Shared/certoraLogging.py,sha256=cV2UQMhQ5j8crGXgeq9CEamI-Lk4HgdiA3HC
|
|
67
67
|
certora_cli/Shared/certoraUtils.py,sha256=g7jdTQ-Ek9WOGybPV2x-I1n8XYVCu_RBWqIuFGUsOpw,58694
|
68
68
|
certora_cli/Shared/certoraValidateFuncs.py,sha256=mYguICGfUwVZ9qPBFajss1xqHPDR-KRtskgERLum4AM,43225
|
69
69
|
certora_cli/Shared/proverCommon.py,sha256=uZkl9PDLPj81kKRnBnlPUmvhMZovNP25_74No_7jaQ4,11215
|
70
|
-
certora_jars/ASTExtraction.jar,sha256=
|
71
|
-
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=
|
72
|
-
certora_jars/Typechecker.jar,sha256=
|
70
|
+
certora_jars/ASTExtraction.jar,sha256=KLmNw-VH3v-Bk9L5YoZSNlOGyLSgEi51J-H1bcTUHJs,20968694
|
71
|
+
certora_jars/CERTORA-CLI-VERSION-METADATA.json,sha256=e3ex-DABEcRvb_WPmosqL_nWQ7YHYot0tUSGbusKMU4,166
|
72
|
+
certora_jars/Typechecker.jar,sha256=B0Hajeicx8WKS23pmK9jr0P5Sb_hWTioBfTQGtuauJs,20930853
|
73
73
|
certora_jars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
74
|
-
certora_cli_alpha_master-
|
75
|
-
certora_cli_alpha_master-
|
76
|
-
certora_cli_alpha_master-
|
77
|
-
certora_cli_alpha_master-
|
78
|
-
certora_cli_alpha_master-
|
79
|
-
certora_cli_alpha_master-
|
74
|
+
certora_cli_alpha_master-20251009.8.1.48108.dist-info/LICENSE,sha256=UGKSKIJSetF8m906JLKqNLkUS2CL60XfQdNvxBvpQXo,620
|
75
|
+
certora_cli_alpha_master-20251009.8.1.48108.dist-info/METADATA,sha256=4WIT8Ruhuf0VweEj_zuJYROePdBNizmhp4kLjQE1ieo,1301
|
76
|
+
certora_cli_alpha_master-20251009.8.1.48108.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
77
|
+
certora_cli_alpha_master-20251009.8.1.48108.dist-info/entry_points.txt,sha256=ClZiFkCYDdK25_ufxZvnE2Rx_kNk1_4vj7KpgYUKxGM,509
|
78
|
+
certora_cli_alpha_master-20251009.8.1.48108.dist-info/top_level.txt,sha256=8C77w3JLanY0-NW45vpJsjRssyCqVP-qmPiN9FjWiX4,38
|
79
|
+
certora_cli_alpha_master-20251009.8.1.48108.dist-info/RECORD,,
|
certora_jars/ASTExtraction.jar
CHANGED
Binary file
|
@@ -1 +1 @@
|
|
1
|
-
{"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "
|
1
|
+
{"name": "certora-cli-alpha-master", "tag": "", "branch": "master", "commit": "8e2524d", "timestamp": "20251009.8.1.048108", "version": "20251009.8.1.048108+8e2524d"}
|
certora_jars/Typechecker.jar
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|