chore(reth_primitives): Use trait for size methods in primitive types (#12201)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Tuan Tran
2024-11-11 23:54:00 +07:00
committed by GitHub
parent 24b3e63ab3
commit eccff7d24b
16 changed files with 84 additions and 42 deletions

View File

@ -18,6 +18,7 @@ reth-consensus.workspace = true
reth-network-p2p.workspace = true
reth-network-peers.workspace = true
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-storage-api.workspace = true
reth-tasks.workspace = true
@ -80,5 +81,6 @@ test-utils = [
"reth-chainspec/test-utils",
"reth-primitives/test-utils",
"reth-db-api?/test-utils",
"reth-provider/test-utils"
"reth-provider/test-utils",
"reth-primitives-traits/test-utils"
]