Skip to content

Commit

Permalink
chore: add serde-bincode-compat for re-export features (#397)
Browse files Browse the repository at this point in the history
## Motivation

Until reth completely moves off of `op-alloy-consensus`, and onto
`maili-consensus`, we'll want to enable this transitive dependency
feature from the `op-alloy-consensus` dep.

## Solution

Add `serde-bincode-compat` feature to `op-alloy-consensus` and propagate
to `maili-consensus`

## PR Checklist

- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes
  • Loading branch information
Rjected authored Jan 21, 2025
1 parent fe383f6 commit 6817cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ serde = [
"alloy-eips/serde",
"maili-consensus/serde",
]
serde-bincode-compat = [
"maili-consensus/serde-bincode-compat",
]

0 comments on commit 6817cea

Please sign in to comment.