Skip to content

op-e2e: Migrate tests to op-chain-ops#3650

Closed
mslipper wants to merge 1 commit into10-04-op-e2e_Start_adopting_op-chain-opsfrom
10-04-op-e2e_Migrate_tests_to_op-chain-ops
Closed

op-e2e: Migrate tests to op-chain-ops#3650
mslipper wants to merge 1 commit into10-04-op-e2e_Start_adopting_op-chain-opsfrom
10-04-op-e2e_Migrate_tests_to_op-chain-ops

Conversation

@mslipper
Copy link
Contributor

@mslipper mslipper commented Oct 4, 2022

This PR actually performs the migration of all the op-e2e tests to the op-chain-ops suite of libraries.

@changeset-bot
Copy link

changeset-bot bot commented Oct 4, 2022

⚠️ No Changeset found

Latest commit: 1e090c4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@mslipper
Copy link
Contributor Author

mslipper commented Oct 4, 2022

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@mergify
Copy link
Contributor

mergify bot commented Oct 4, 2022

This PR changes implementation code, but doesn't include a changeset. Did you forget to add one?

L1StandardBridgeProxy: predeploys.DevL1StandardBridgeAddr,
L1CrossDomainMessengerProxy: predeploys.DevL1CrossDomainMessengerAddr,
}
l2Genesis, err := genesis.BuildL2DeveloperGenesis(cfg.DeployConfig, l1Block, l2Addrs)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious what you think here, once #3644 is merged then you can pass nil for l2Addrs and the dev values will be used. I think this is useful because this struct might need to be updated and it'll let us delete the same boilerplate in many places

// Tally L2 Fee
l2Fee := gasTip.Mul(gasTip, new(big.Int).SetUint64(receipt.GasUsed))
require.Equal(t, l2Fee, coinbaseDiff, "l2 fee mismatch")
//l2Fee := gasTip.Mul(gasTip, new(big.Int).SetUint64(receipt.GasUsed))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still commented out

@mslipper
Copy link
Contributor Author

mslipper commented Oct 4, 2022

Closing in favor of #3649, which I folded this into.

@mslipper mslipper closed this Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants