-
### Overview
Want the ability to add ape and silverback related variables and install definitions in the pyproject.toml file
### Specification
```toml
[[tool.ape.plugins]]
name = "aws"
[…
-
### Overview
`.add_library` is great for pre-compile scripts but it'd be nice to have a way to list the libraries in the `ape-config.yaml` file as well.
### Specification
```yaml
solidity:
…
-
### Overview
We want to reference the newly created base ape image for the silverback image, which will install silverback with no recommended plugins.
### Specification
Change line 16 in the…
-
### What I did
Requires the release of Ape with this PR: [https://github.com/ApeWorX/ape/pull/1486](https://github.com/ApeWorX/ape/pull/1486)
### How I did it
### How to verify it
### Checklist
*…
-
### Overview
allow users to publish their package manifest to IPFS (using one of the storage APIs)
### Specification
`publish_package()` or something?
### Dependencies
#208
Either https…
-
### Overview
Safe has a differnet version of the contract for L2 networks:
https://github.com/safe-global/safe-smart-account/blob/main/contracts/SafeL2.sol
### Specification
Need updates to …
-
### Overview
Detect if a contract's type can be updated or deleted from upgradeable or selfdestructed designs and update the contract_type in the `chain.contracts` cache.
### Specification
TB…
-
### Environment information
- OS: macOS
- Python Version: 3.10.12
- `ape` and plugin versions: 0.7.11
```sh
$ ape --version
0.7.11
$ ape plugins list
etherscan 0.7.2
foundry …
-
### Environment information
* OS: macOS
* Ape Version: `0.7.1`
### What went wrong?
Taking a random contract:
```
c = Contract('0x530824DA86689C9C17CdC2871Ff29B058345b44a')
# I would expect these …
-
### Environment information
Main branch
### What went wrong?
Seems like tests don't run out of the box on main. Lots of `Missing sources:` errors and packages not installed.
### How can i…