vyperlang/vyper
Handle missing "inputs" or "outputs" in abi json file
Offen
#2.625 geöffnet am 27.01.2022
Easy Pickingshelp wanted
Repository-Metriken
- Stars
- (4.710 Sterne)
- 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)