Add serde-bincode-compat for receipt (#14399)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Joseph Zhao
2025-02-15 04:33:13 +08:00
committed by GitHub
parent 16c3c5b733
commit 113a87b4f8
4 changed files with 21 additions and 2 deletions

View File

@ -34,7 +34,7 @@ reth-engine-local.workspace = true
reth-tasks.workspace = true
# currently need to enable this for workspace level
reth-optimism-primitives = { workspace = true, features = ["arbitrary", "serde"] }
reth-optimism-primitives = { workspace = true, features = ["arbitrary", "serde", "serde-bincode-compat"] }
# rpc
jsonrpsee.workspace = true