antazoey
antazoey
@NotPeopling2day said I can take this one
Status update! First, was confused about EIP-2678 so I spent time researching and updating the documentation in `ethpm-types`: https://github.com/ApeWorX/ethpm-types/pull/40 After I understood more about the schema for deployments, I realized...
thoughts on doing `--account t0` / `--account t1` etc to refer to a specific test account by index? this way, if you deploy using `t6` or something, you can invoke...
or even `--account 0` / `--account 1` etc
Can I bump this? As Ape continues to grow in the community, I am finding that this would fix a lot of pain points for our users. Now, all they...
> is this related? [ApeWorX/ape-ens#13](https://github.com/ApeWorX/ape-ens/issues/13) Not really but we should fix that; just now seeing it
> What is a good way for us to make it easier to understand this issue? In project manager __getattr__, if we cant find the contract container, check the contents...
Currently, you can check for missing extensions via: ```python project.extensions_with_missing_compilers ``` Then, in `ProjectManager.__getattr__()`, on line 371 where it says `return self.__getattribute__(attr_name) # type: ignore`, we can wrap that in...
NOTE: Figure out this has to do with the `str` being a single character. Like `"0"` and `"1"` cause failures, but `"0.json"` does not cause failures
Note: still seeing this issue after upgrading eth-abi