antazoey

Results 334 comments of antazoey

I think we need a better way to access these deployments. - [x] Add `manifest_deployments` property to the `ProjectManager`

I ran into this issue as well but it seems to only happen for properties with an additional decorator `@abstractmethod`. Edit: Nevermind, I am not sure why it only raises...

Have you tried ApeFramework? Https://github.com/apeworx/ape It is very much inspired from Brownie. We have an active dev team, Discord community, and road-map.

this got done here: https://github.com/ApeWorX/ape/pull/1159

Duplicate of https://github.com/ApeWorX/ape/issues/688?

ok thoughts on not adding tests for every single proxy and just adding them as needed? I tested the first 3 but am exhausted already, even though it helped me...

I updated the title and description to reflect that it is only to finish testing the proxies now.

Closing as this is not an issue with Core.

what about something like: ```python def compile_code(*code: str) -> Iterator[ContractContainer]: ``` so you can give it multiplie codes and it gives you multiple contract containers

fixed by #930 you can also use config