Skip to content

Commit

Permalink
Revert "feat(no-std): enable no_std support for op consensus rules" (
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jan 6, 2025
1 parent 6103bd9 commit 9bda8f0
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 212 deletions.
14 changes: 0 additions & 14 deletions crates/optimism/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,4 @@ op-alloy-consensus.workspace = true
reth-optimism-chainspec.workspace = true

[features]
default = ["std"]
std = [
"reth-chainspec/std",
"reth-consensus/std",
"reth-primitives/std",
"reth-optimism-forks/std",
"reth-optimism-chainspec/std",
"reth-optimism-primitives/std",
"alloy-eips/std",
"alloy-primitives/std",
"alloy-consensus/std",
"alloy-trie/std",
"op-alloy-consensus/std",
]
optimism = ["reth-primitives/optimism", "reth-optimism-primitives/optimism"]
188 changes: 0 additions & 188 deletions crates/optimism/consensus/src/beacon.rs

This file was deleted.

Loading

0 comments on commit 9bda8f0

Please sign in to comment.