vyperlang/vyper

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

Open

#2625 aperta il 27 gen 2022

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Python (849 fork)batch import
Easy Pickingshelp wanted

Metriche repository

Star
 (4710 star)
Metriche merge PR
 (Merge medio 10g 21h) (34 PR mergiate in 30 g)

Descrizione

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)

Guida contributor