vyperlang/vyper
Handle missing "inputs" or "outputs" in abi json file
Ouverte
#2 625 ouverte le 27 janv. 2022
Easy Pickingshelp wanted
Métriques du dépôt
- Stars
- (4 710 étoiles)
- Métriques de merge PR
- (Merge moyen 10j 21h) (34 PRs mergées en 30 j)
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)