vyperlang/vyper

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

开放

#2,625 创建于 2022年1月27日

 (2 条评论) (0 个反应) (0 位负责人)Python (849 个派生)batch import
Easy Pickingshelp wanted

仓库指标

星标
 (4,710 个星标)
PR 合并指标
 (平均合并 10天 21小时) (30 天内合并 34 个 PR)

描述

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)

贡献者指南