El De-dog-lo

Results 539 comments of El De-dog-lo

> ### Overview > This is something I would have liked to see some additional functionality in [brownie from.](https://eth-brownie.readthedocs.io/en/stable/api-network.html?highlight=listen#ContractEvents.listen) > > ### Specification > Maybe the API looks something like:...

I think this is all implemented

We got a good start more tests = better, but don't have to do them all right away Let's leave this issue open until it's complete though

> what about something like: > > ```python > def compile_code(*code: str) -> Iterator[ContractContainer]: > ``` > > so you can give it multiplie codes and it gives you multiple...

See https://linear.app/apeworx/issue/APE-212/spike-add-asyncio-compatibility-to-the-entire-ape-suite for more info

https://docs.ethers.org/v5/api/providers/other/#FallbackProvider

Proposal: failover meta-provider as the default provider Define a provider that looks at all the other providers for a given network, and connects to them in sequence until there is...

> > This requires transactions traces. It might be better off partially implemented in evm-trace. > > We're thinking that this will support live networks? My initial thought was that...

@NotPeopling2day follow up if this one is solved

actually yeah, https://github.com/vyperlang/mamushi got a little further in terms of what it can do