vyperlang/vyper
Auf GitHub ansehenHandle missing "inputs" or "outputs" in abi json file
Open
#2.625 geöffnet am 27. Jan. 2022
Easy Pickingshelp wanted
Repository-Metriken
- Stars
- (4.710 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 10T 21h) (34 gemergte PRs in 30 T)
Beschreibung
There is an unhandled exception KerError when you are working with json interface files. Since these can sometimes be missing one of these two items, either it should raise a better error or simple skip if that key is not in the array (preferred)