El De-dog-lo

Results 539 comments of El De-dog-lo

> You don't do this by nonce mining, but rather by generating a new keypair. > > It's a feature in tools like [VanityEth](https://github.com/MyEtherWallet/VanityEth) and [profanity](https://github.com/johguse/profanity) and it's unlikely a...

> @fubuloubu This PR was opened in July and seems to only change a single line of code. Can we close this and re-pick it up when we are able?...

No worries, this is a known issue blocking this Something new is that @banteg wanted to explore using pysha3 backend instead, which might work for windows

there is a refactor planned for this part of build cache, but as a workaround it is very easy to pull compilation data from the build manifest. all manifests are...

> +1 to this request as it would make frontend integration, (Typechain), that much easier if each contract had its own ABI in some sort of ABIs folder when ape...

A timeout override would be nicer, yeah

Note: the event query on our README doesn't work because of this :grimacing:

I approve of this design

> could it be a property with a setter? > > ```python > >>> chain.automine > True > >>> chain.automine = False > # sends rpc request to disable automine...