Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bnb-chain/reth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 179b54ff0196eadee25bfca140e385a50e46ed9b
Choose a base ref
..
head repository: bnb-chain/reth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5367a14cd77cf026392b84db00d426ca2d090620
Choose a head ref
Showing with 6 additions and 1 deletion.
  1. +1 −1 .github/workflows/integration.yml
  2. +5 −0 crates/optimism/node/Cargo.toml
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
- network: ethereum
extra-features: ""
- network: optimism
extra-features: ""
extra-features: "opbnb"
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
5 changes: 5 additions & 0 deletions crates/optimism/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -67,4 +67,9 @@ optimism = [
"reth-evm-optimism/optimism",
"reth-optimism-payload-builder/optimism",
"reth-beacon-consensus/optimism",
]

opbnb = [
"reth-primitives/opbnb",
"revm-primitives/opbnb"
]