feat(devnet): migrate from op-node to base-consensus#933
Merged
danyalprout merged 6 commits intomainfrom Feb 28, 2026
Merged
Conversation
crates/consensus/service/src/actors/engine/engine_request_processor.rs
Outdated
Show resolved
Hide resolved
1f3021a to
66646b5
Compare
5227181 to
8f5972c
Compare
66646b5 to
fc84eac
Compare
…n errors The `useradd -r` flag skips home directory creation, causing reth-based binaries to panic when trying to create log directories under ~/.cache/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…chain The check-no-std.sh script forced `cargo +stable` which uses whatever stable toolchain is installed, but the workspace requires rust-version 1.93 (pinned via rust-toolchain.toml). Removing the override lets cargo use the project's toolchain. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8f5972c to
31bc96b
Compare
180139f to
2860e59
Compare
Collaborator
✅ Heimdall Review Status
|
Collaborator
🟡 Heimdall Review Status
|
The no-std job was installing the riscv target on the `stable` toolchain via dtolnay/rust-toolchain, but cargo uses `1.93.1` from rust-toolchain.toml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Review SummaryThis PR migrates the devnet from No new issues found. The changes are straightforward and consistent with existing patterns in the codebase:
Note: Previous inline review comments from an earlier run appear to be stale (e.g., flagging a |
0x00101010
approved these changes
Feb 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description