vyperlang/vyper

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

Open

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

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (849 fork)batch import
Easy Pickingshelp wanted

仓库指标

Star
 (4,710 star)
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)

贡献者指南