ape
ape copied to clipboard
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
### Describe It would be helpful to give the option to specify project directory in the `ape test` command so tests can be run outside of current directory ### Specification...
### Have you ensured that all of these are up to date? - [X] Ape - [X] Ape plugins ### What version of Ape are you on? latest and greatest...
Not sure if I like that this is the case, or at least I ran into an issue where I expected that putting a `timedelta` object in the deployment params...
### Describe I want to not have to config override snekmate like this: ```yaml - pypi: snekmate config_override: base_path: src contracts_folder: snekmate ``` I want ape to automatically detect that...
### Describe Been thinking a lot about managing deployments, and think there is a way to publish schema using ENS to help track both releases (e.g. package manifests as content-address...
### Environment information - OS: macOS / linux / win - Python Version: 3.11.8 - `ape` and plugin versions: ```sh $ ape --version # 0.8.13 $ ape plugins list #...
### Overview Imagine this: You start a process using a locally connected node and Ape... it deploys a contract. In another shell, you connect to the same node. You have...
### Overview right now to compile only vyper contracts, i do this: ```sh ape compile contracts/*.vy ``` but that approach is a bit limited. ### Specification Have it automatically work...