Commit af40b55 1 parent b3ca45a commit af40b55 Copy full SHA for af40b55
File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 32
32
("shanghai" , Version ("0.3.9" )),
33
33
("paris" , Version ("0.3.7" )),
34
34
("berlin" , Version ("0.2.12" )),
35
- ("istanbul" , Version ("0.1.0" )),
35
+ ("istanbul" , Version ("0.1.0-beta.16 " )),
36
36
]
37
37
38
38
@@ -108,7 +108,6 @@ def find_vyper_versions(
108
108
install_latest : bool = False ,
109
109
silent : bool = True ,
110
110
) -> Dict :
111
-
112
111
"""
113
112
Analyzes contract pragmas and determines which vyper version(s) to use.
114
113
@@ -176,7 +175,6 @@ def find_best_vyper_version(
176
175
install_latest : bool = False ,
177
176
silent : bool = True ,
178
177
) -> str :
179
-
180
178
"""
181
179
Analyze contract pragma and find the best compatible version across multiple sources.
182
180
@@ -218,7 +216,6 @@ def find_best_vyper_version(
218
216
def compile_from_input_json (
219
217
input_json : Dict , silent : bool = True , allow_paths : Optional [str ] = None
220
218
) -> Dict :
221
-
222
219
"""
223
220
Compiles contracts from a standard input json.
224
221
You can’t perform that action at this time.
0 commit comments