op-chain-ops: use PoS consensus in simulated backend in deployer and genesis#3569
op-chain-ops: use PoS consensus in simulated backend in deployer and genesis#3569mergify[bot] merged 3 commits intodevelopfrom
Conversation
… add PoS option to genesis
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
|
|
Looks like an old version of geth is being referenced someplace? Undefined edit: i see your comment |
|
LGTM. Geth PR is merged, so we can update that now. |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Description
This PR adds PoS consensus to the chain-ops package:
Depends on ethereum-optimism/op-geth#8
So we'll need to merge that, and update the geth reference.
Fix ENG-2755