vyperlang/vyper

Handle missing "inputs" or "outputs" in abi json file

Open

#2.625 geöffnet am 27. Jan. 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (849 Forks)batch import
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)

Contributor Guide