Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagating OpDAConfig to OpPayloadBuilder #13375

Merged
merged 4 commits into from
Dec 13, 2024

Conversation

tomasmilukas
Copy link
Contributor

Closes #13314.

Not sure if 100% solves it since OpDAConfig::default() is passed into ComponentsBuilder instead of self.da_config from OpNode. But since i saw in bin/src/main.rs that the OpNodes were separate, I didn't want to adjust anything unnecessarily!

Lmk if any adjustments are needed.

@tomasmilukas tomasmilukas changed the title initial changes Propagating OpDAConfig to OpPayloadBuilder Dec 13, 2024
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

ty, smol nit

crates/optimism/node/src/node.rs Outdated Show resolved Hide resolved
crates/optimism/node/src/node.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

lgtm, ty

@mattsse
Copy link
Collaborator

mattsse commented Dec 13, 2024

pending cargo +nightly fmt --all

@tomasmilukas
Copy link
Contributor Author

pushed fix

@mattsse mattsse added the A-op-reth Related to Optimism and op-reth label Dec 13, 2024
@mattsse mattsse enabled auto-merge December 13, 2024 14:01
@mattsse mattsse added this pull request to the merge queue Dec 13, 2024
Merged via the queue into paradigmxyz:main with commit 197f274 Dec 13, 2024
42 checks passed
@tomasmilukas tomasmilukas deleted the opnode-da-config-fix branch December 13, 2024 15:04
emhane pushed a commit to ethereum-optimism/op-reth that referenced this pull request Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-reth Related to Optimism and op-reth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Propagate OpDAConfig to OpPayloadBuilder
2 participants