Mark Tyneway
Mark Tyneway
This seems like it would be better as a `cast` command
I would definitely find this cheatcode useful
It would be nice to have a generic chunker and then allow the user to specify the start and the end with sane defaults
You should consider using the new system over the legacy system, its a lot better
> Thanks, when should we expect the Bedrock release then - couldn't dig up anything besides the Q4 2022 roadmap entry? If you think it's not worth investing time in...
This looks like `solc` is having issues, not sure what the problem is exactly. Looks like you are building under rosetta, perhaps see if you can get the missing library...
Bedrock has an assumption of consistent block production for L1. This makes it not possible to do just in time block production like what hardhat does. Perhaps you can fork...
The devnet config for this is found here: https://github.com/ethereum-optimism/optimism/blob/46a7f1f08017c878751e7639b1d415997ff8bb65/packages/contracts-bedrock/deploy-config/devnetL1.json#L16 Perhaps try changing `l1Blocktime` to 2 and `l2Blocktime` to 1 It looks like the L1 blocktime is 3 seconds
Closing this as its a known thing
I am in favor of this, is there anything we need to do to get this over the line besides testing that all commands work still?