g. nicholas d'andrea
g. nicholas d'andrea
Thanks @munrocket; I will find time to review your library. For some reason your email didn't come through; how should I get feedback to you?
hey @viper7882, thanks for raising this! I'll take a look and hopefully see about fixing this quickly.
Looks like there are two problems: 1. Vyper's generated ABI JSON includes an `outputs` property for constructors. This does not validate the [JSON Schema that I'm using](https://github.com/trufflesuite/truffle/blob/develop/packages/contract-schema/spec/abi.spec.json) as a pre-flight...
Considering this a bit more, I think the ABI schema validation can probably just be skipped in the web-ui. I'll make that change in the next couple days and redeploy.
cc @haltman-at