PowVT
PowVT
@mattsse any pointers on where/ why this is occurring? Would love to help fix it. I know it is triggering this line in the node builder: https://github.com/paradigmxyz/reth/blob/7a3e6d83196c56e7ba0ed1568e48639d39e84f81/crates/node/builder/src/launch/mod.rs#L243 but not sure...
> May I try my hand at this? I would probably hold off since like @mattsse said they are deprecating legacy and that PR will most likely cover the --dev...
@mattsse I tried your suggestion of adding the experimental flow to the main() it gets past the `Dev mode is not supported for legacy engine` error, but now I get...
whats interesting is that when you change the "gasLimit": "0x1388", param in the custom genesis config to 0x1c9c380 (30,000,000) it works and gets pass the gas limit error (using the...