Nick Gheorghita
Nick Gheorghita
@pipermerriam Fix is [here](https://github.com/ethereum/eth-tester/pull/153) - was able to get the test passing in the above script by updating the default vm rules to Constantinople. Will merge / cut release if...
@miohtama Yes! The python team is meeting in Boulder this week to plan out our roadmap. AFAIK Populus is low on our priority list (behind py-evm, trinity, web3, ethpm, vyper)....
Hey @frangio! Yes, you're correct EthPM has updated to a new version (v2), which rather than hosting a central registry, each organization / developer / party is encouraged to deploy...
Hey! Just wanted to chime in here. Truffle currently supports EthPM v1 (which I believe is broken). Support for EthPM v2 is coming with the next major version bump to...
Any update on this issue / estimated timeline until Reth might be able to support pre-byzantium receipts?
The use case would be to re-calculate valid receipt roots for pre-byzantium blocks, which requires the `state_root` field. However, in [Trin](https://github.com/ethereum/trin) / the [Portal Network](https://www.ethportal.net/), we're moving towards using `era1`...