Piper Merriam
Piper Merriam
I'm honestly not sure what the requirements are but this should be fixed either way very soon with the switch to `eth-tester` and no longer depending on pyethereum which depends...
Looks primarily like we need to do some docs cleanup. Looks like the API is `set_provider_class` and the docs are wrong.
I believe this should be as simple as adding a new keyword argument `genesis_data` [here](https://github.com/pipermerriam/populus/blob/master/populus/chain.py#L87) and then modifying all of the `get_geth_process_instance` methods in that same file to use that...
cc @davidknott
We should be able to do a level of auto-detection on this as populus has an abstraction in place for compilation that will allow us to simply swap in a...
I'm still considering this a bug. The list of source files found during discovery should be reduced to remove duplicates prior to compilation.
> Could this be used to de-duplicate the runtime section of the bytecode from the bytecode itself? Not exactly. * `runtime` is always a subset of the `bytecode` but it's...
> Let me know what you think about this suggestion. I have a plan for what I hope is the final major overhaul to populus configuration. I hate the current...
This is still an issue and needs to be address in `py-geth` and `py-solc`
> Actually, reviewing the WASM spec now, it looks like the text grammar is pretty well-defined. So I guess that's probably one reason you did it that way. Yeah, I...