vyperlang/vyper

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

Open

#2,625 opened on Jan 27, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (849 forks)batch import
Easy Pickingshelp wanted

Repository metrics

Stars
 (4,710 stars)
PR merge metrics
 (Avg merge 10d 21h) (34 merged PRs in 30d)

Description

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