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

feat(no-std): add no_std support for reth-optimism-consensus #13692

Merged
merged 8 commits into from
Jan 8, 2025

Conversation

emhane
Copy link
Member

@emhane emhane commented Jan 7, 2025

Closes #13683

@emhane emhane added A-consensus Related to the consensus engine A-dependencies Pull requests or issues that are about dependencies labels Jan 7, 2025
@github-actions github-actions bot added the A-op-reth Related to Optimism and op-reth label Jan 7, 2025
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,

holding off on this until later today

Comment on lines +161 to +164
debug_assert!(
self.chain_spec.is_bedrock_active_at_block(header.number),
"manually import OVM blocks"
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

hmm, I see, technically we don't need this since we expect that bedrock is always activated and we don't need to perform any pre bedrock consensus checks, so this seems fine

@mattsse mattsse added this pull request to the merge queue Jan 7, 2025
Merged via the queue into main with commit 93667e0 Jan 8, 2025
43 checks passed
@mattsse mattsse deleted the emhane/op-consensus-no-std-2 branch January 8, 2025 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-consensus Related to the consensus engine A-dependencies Pull requests or issues that are about dependencies A-op-reth Related to Optimism and op-reth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no_std OP consensus rules
2 participants