antazoey
antazoey
need to use a provider with tracing capabilities, and ape will try the source file lines, which makes more sense i think, but will consider
For some reason, errors defined in an interfaces are also not available on the root contract type. I am not sure if that is related or not
> I mentioned it on Telegram but I think the ASTs are also manipulated internally by Ape and that output is what's provided. At least for slither, we need the...
Thus far, compiler info has only been needed for publishing and not local development, so it is included in the `get_compiler_settings()` method: ``` In [6]: project.extract_manifest().dict().keys() Out[6]: dict_keys(['manifest', 'meta', 'sources',...
Is ethpmtypes ok with links? We have to update there. But i like this plan!
Related, pcamp and ast stuff should be links as well to keep the size down
since they are optional, we could exclude them only from the final build i suppose
fixed in https://github.com/ApeWorX/ape/pull/1746
I kind of wanted to create this issue because I noticed we did not have it, I want community feedback, we are often discussing it, and I found this conversation...
something I just realized we will have to consider: global / root `pyproject.toml` files are a thing. So now there will be 2 places for root Ape config, unless we...