-
hi i try to run a python script with ape that i want:
```
ape run scripts/script.py --arg 10
```
but i get following error:
```
Usage: ape [OPTIONS]
Try 'ape --help' for help.
Error: G…
-
Develop a simulation that randomly performs actions on the CL and fallback price feeds and ensures that state hops and invariants work as expected for every step.
Individual/single hops have been tes…
-
if running hardhat separately (using `ape networks run`) and connecting to it, ape is expecting the default local chain ID but hardhat is using its own
fix: change to the one ape expects as the de…
-
### Overview
Provide a simple overview of what you wish to see added. Please include:
- docs: Add example on how to set entry point for a plugin using `pyproject.toml`
### Specification
N/A
…
-
### Overview
having vyper installed as a library causes problems in environments where you need a different version than the one we are using.
### Specification
two choices:
1. make vyper …
-
### Overview
While working on gas reporting, @fubuloubu mentioned wishing address type was more optimized. The original thought is to use an Address(HexBytes) class.
### Specification
A littl…
-
https://github.com/ApeWorX/eth-pydantic-types/blob/bf80c174cb2057d0587f7c7f3085b4d0b71dc530/eth_pydantic_types/hex.py#L43
-
Just tracks the time it takes to get an iterator reference, not actually process the data:
https://github.com/ApeWorX/ape/blob/806debbfeffd11c816a87c3644b6f8aadf0717f1/src/ape/managers/query.py#L175
…
-
I'm not entirely versed in the reasons why this file is handled the way it is, but I'm wondering if it would be beneficial to just add it to the python sdk source tree. The file is unlikely to change…
-
### Overview
When designing a Silverback app, it is typically very useful to design parameterization into the logic of the app so that you can adjust this behavior. We should have a deeper integrat…