Skip to content

Commit

Permalink
[Feature] Use Upstream Forkchoice Version (#347)
Browse files Browse the repository at this point in the history
<!--
Thank you for your Pull Request. Please provide a description above and
review
the requirements below.

Bug fixes and new features should include tests.

Contributors guide:
https://github.com/alloy-rs/core/blob/main/CONTRIBUTING.md

The contributors guide includes instructions for running rustfmt and
building the
documentation.
-->

<!-- ** Please select "Allow edits from maintainers" in the PR Options
** -->

## Motivation

close #326
  • Loading branch information
programskillforverification authored Dec 19, 2024
1 parent 350d9fe commit 75b31ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 72 deletions.
1 change: 0 additions & 1 deletion crates/rpc-types-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ workspace = true
# Workspace
op-alloy-consensus.workspace = true
op-alloy-protocol.workspace = true
op-alloy-genesis.workspace = true

# Alloy
alloy-primitives.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions crates/rpc-types-engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

extern crate alloc;

mod versions;
pub use versions::ForkchoiceUpdateVersion;
pub use alloy_rpc_types_engine::ForkchoiceUpdateVersion;

mod attributes;
pub use attributes::{OpAttributesWithParent, OpPayloadAttributes};
Expand Down
69 changes: 0 additions & 69 deletions crates/rpc-types-engine/src/versions.rs

This file was deleted.

0 comments on commit 75b31ef

Please sign in to comment.