Dan Cline
Dan Cline
Hi @jsvisa! Did syncing completely stop after this? It would be great as well to have some more reth logs, as well as CL client logs from when this occurred
> I had basically the same thing happen, here's some reth logs: [reth.txt](https://github.com/paradigmxyz/reth/files/11821863/reth.txt) > > CL was Lighthouse, and the only interesting Lighthouse log looks like this: > > ```...
This test only checks whether or not uncles, receipts, and transactions can be fetched over RPC, and are consistent. We can implement a `--mine` flag, or something similar, which produces...
Another note - this also effects at least these tests in the `rpc` simulator/suite: * `http/EstimateGas` * `http/ContractDeployment` * `http/ContractDeploymentOutOfGas` * `http/TransactionCount` * `http/Receipt` * `http/BalanceAndNonceAt` * `http/ABITransact` * `http/TransactionInBlock`
> Any update on this issue / estimated timeline until Reth might be able to support pre-byzantium receipts? Do you need this for an application? Would be good to know...
> Hi. We would like this feature too. I think I could be able to implement it after looking how Geth handles it. Just to be sure, [this step from...
> > yes, although fair warning, it's definitely a nontrivial change, and I'm still not convinced we should support this. What's the use case for pre byzantium receipts? > >...
It looks like this needs to be fixed in `revm_primitives` instead!
Ok, I'm questioning whether or not we should actually fix this, or if we should just exclude this test. While we can require `0x` prefixes for 256-bit hashes, but `genesis.json`...
> okay, so let's get rid of all the deserialize impls? yeah