Daniel Schiavini
Daniel Schiavini
This is included in our fork: https://github.com/beregond/jsonmodels/pull/120 I don't see the problem with your 1st point, since the schema is applied to `field_schema["items"]`. The 2nd point is not a responsibility...
The [AccountDatabaseAPI](https://github.com/ethereum/py-evm/blob/d8df507e42c885ddeca2b64bbb8f10705f075d3e/eth/abc.py#L2553) is huge, it contains a lot of methods. Is it really boa's responsibility? Or can we implement #104 instead?
@bout3fiddy is this still necessary? I think it can be easily done already with pytest, I'm not sure if boa needs to change.
What code do you use to create the object? How can anybody reproduce the issue?
It's not my code, but I use the code and it works for me. So how did you use it?
Is this a duplicate of https://github.com/charles-cooper/vyper/pull/17 and/or https://github.com/charles-cooper/vyper/pull/18?
This doesn't work for me (using React), I get: ``` TypeError: (0 , task_1.default) is not a function at setupNodeEvents (apps/app-e2e/cypress.config.ts:20:19) ``` If I try ``` import * as coverageTask...
@antazoey the given repository seems to be empty
I tested with the following code and cannot reproduce (the test passes): ```python def test_error_str(): contract = boa.loads(""" @external def bar(x: uint256): assert x + 1 == 6 # @rekt...