El De-dog-lo

Results 539 comments of El De-dog-lo

RE: testing plugin using py-evm and web3py, I have a py.test plugin here: https://github.com/fubuloubu/pytest-ethereum/ It's in alpha as I'm just playing around with it with my projects, but if you...

2nd EDIT: I could simplify my project.json even further to: ```json { "version":"7", "compilation":{ "contracts_source_dirs": [ "utils" "ico", "Other folders..." ] } } ```

Yeah, I agree. The duplicates should never happen, even though I was being silly and defined something twice.

I was looking into using YAML for this exact reason: to be able to reference or extend other keys. I'm not sure of the downsides of using YAML vs JSON...

You can also extend YAML syntax: https://pyyaml.org/wiki/PyYAMLDocumentation I was thinking something like this for referencing contract addresses as deployment parameters in other contracts: ```yaml foo: &foo !deploy # Use &foo...

>> it could be a subset of the hash of the document's sha3 > This would be technically impossible unless it was the subset of the document without the file...

> This is really helpful. Our data comes from a third party. Not sure I understand what you mean by this

Ah, I understand now. No worries, I was just mentioning that in case you guys didn't know. This issue is really more about 2. The pending state is a pretty...

> Diff: [python/[email protected]](https://github.com/python/cpython/compare/v3.6.14...v3.7.10) Unfortunately I can't find a way to link to the single file `typing.py`. These seems relevant (in `typing.py`) ![image](https://user-images.githubusercontent.com/3859395/126191027-2e84718e-244f-4739-b374-e15f617dac77.png) ![image](https://user-images.githubusercontent.com/3859395/126191360-5283a9a7-b5e2-4ba7-8790-1fba47a82792.png) So, seems like in Python