vyperlang/vyper
Handle missing "inputs" or "outputs" in abi json file
Aperta
#2625 aperta il 27 gen 2022
Easy Pickingshelp wanted
Metriche repository
- Star
- (4710 stelle)
- 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)