Voith
Voith
However, `populus` provides another way to configure settings in `standard-json`. Use `stdin` instead of `command_line_options` ``` "SolcAutoBackend": { "class": "populus.compilation.backends.SolcAutoBackend", "settings": { "optimize": true, "output_values": [ "abi", "bin", "bin-runtime", "metadata"...
`populus init` has a bug. This will be resolved in the next few weeks.
> populus init has a bug `populus init` support was dropped in https://github.com/ethereum/populus/pull/396, However the tests are still expecting config to be present. This will be fixed!
@ankitchiplunkar I reached this issue through ethereum/web3.py#1009. > Unfortunately this is not working with the web3.py websocket or Infura has an issue on their end. Can you test it again?...
Are there any plans to update to v4?
@villesundell Here's some investigation. The old populus used [eth-testrpc](https://github.com/pipermerriam/eth-testrpc), but the new populus uses [eth-tester](https://github.com/ethereum/eth-tester) for testing. `eth-tester` sets timestamp of the genesis block as the `current_time`: https://github.com/ethereum/eth-tester/blob/41c6fd155db0f9cb1e79fdfef5b83c10f42d6248/eth_tester/backends/pyevm/main.py#L141 `eth-testrpc` has...
@petri That's a better fix.
We don't have `mypy` enabled yet to tell us about annotation bugs
> isToken() is not part of the official EIP-20 token specification @villesundell since `isToken()` isn't part of EIP-20, would it make sense to get rid of `StandardTokenExt`? `StandardTokenExt` has only...
Yes, I'll be working on this today!