El De-dog-lo

Results 539 comments of El De-dog-lo

Did some QA today (using Infura and Etherscan plugins): - [x] `ape cache ...` commands should not require a full network connection to init the database (just `ecosystem:network`, probably don't...

> > * [ ] `ape cache ...` commands should not require a full network connection to init the database (just `ecosystem:network`, probably don't need `cls=NetworkBoundCommand` for these commands, just...

> @fubuloubu do we have a standard way that we show warnings? I have a few methods, but I'm sure there is a "standard" for us/click Just the warning logger

Analogous to a Weighted Set Coverage Problem, seems like the best approach for how to leverage the estimates produced by all plugins to provide a compound response is the Greedy...

So, one thing that would help here is to remove the `eth-tester` provider defined under `ape_test`, this way we could at least push that to a different plugin where windows...

> Thought I had: Make it still synchronous out of the box but have async versions of the methods get automatically created. > > ```python > @generate_async_version > def get_block()...

https://github.com/click-contrib/asyncclick

Gets me thinking if the cached addresses need some additional information to them, maybe a structure more like this (in `ethpm-types`): ```py class ContractType(...): abi: ... ... immutable: bool =...

Note: a tool doesn't exist for this yet, but it is possible to make one using Vyper's public API (which can output the AST)

@spinoch yes! I think I can find some individuals that can put together a bounty if you are willing to help take this on!