El De-dog-lo
El De-dog-lo
> Proposition: > > ```python > >>> from ape.contracts import MyContract > ``` As an overall note, this level of change (migrating from using `ape.project.MyContract` to `ape.contracts.MyContract`) would be a...
> > I feel like `User-Agent` should not be legal to configure outside of ape internals (but kinda ambivalent about that), but it might be a good use case to...
@martinkrung can you confirm how you installed ape? was it with `uv venv`?
I think `~/.config/ape.yaml`,and most of the plugin stuff actually belongs in `~/.local/ape//`
> I think `~/.config/ape.yaml`,and most of the plugin stuff actually belongs in `~/.local/ape//` Although maybe it makes sense to allow `~/.cache/ape//` as well, so a plugin has a cache space...
> I know it's been a while, but some context here would be helpful. There's a lot of sloppy lists that are maintained by projects, and this library often raises...
also looking at this library, it's rather old usages of Pydantic that I would love to upgrade to what we know is the latest
> Getting rid of the `eth_getCode` may be tricky, as 12 proxy checks happen by looking at the code As long as it is one call for all of those...
> Doing that with a batched RPC call seems a good improvement too. Noting that batched RPC support is being tracked here (#2472), and may be a prerequisite of improving...