-
**Describe the bug**
In projects that use both Ethereum and Starknet, we need web3.py to facilitate deploying Ethereum transactions.
However, we are running into eth-abi encoding issues regarding ad…
-
### Checks
* [X] I added a descriptive title to this issue
* [X] I have searched (google, github) for similar issues and couldn't find anything
* [X] I have read and followed [the docs](https://p…
-
### Elevator pitch:
Add support for calls at any past block height and for state overrides for the context of the call.
### Value:
Historical calls are useful anyone who would like to learn what …
-
### Overview
Create a custom CLI plugin for using Click with Cookiecutter.
We want a cli command to install git repos to install templates of projects
```bash
ape template git_repo_name
```
…
-
### Elevator pitch:
Add compiler settings and version information to manifest for publishing use cases
### Value:
Publishing a manifest, publishing files from a project (e.g. Etherscan verificati…
-
### Environment information
Latest ape
* Python Version: 3.9.7
* OS: macOS
### What went wrong?
When compiling `yearn-vaults` repo, I get an error about the value of `runtimeBytecode` not…
-
### Environment information
* OS: linux wsl2 ubuntu
* Python Version: 3.9.9
* `ape` and plugin versions:
`ape 0.2.4`
```
Installed Plugins:
hardhat 0.2.1
solidity 0.2.3
ethe…
-
### Elevator pitch:
Save the references and imports under the current project on each call to compile
### Value:
Contract verification
### Dependencies:
https://github.com/ApeWorX/ethpm-types…
-
When calling methods directly from their address on contracts that are proxies, things fail.
Example common proxy contracts in this ecosystem:
* Accounts from Argent-X are proxies.
* The ETH ERC2…
-
### Overview
When working with brownie you have the option of working with fuzz tests via hypothesis configured to work with testing data types specific to smart contracts e.g uint8, addresses, Boo…