Skip to content

Commit

Permalink
chore: move Integerlist to db-api (#13062)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 2, 2024
1 parent 6789ff4 commit 8a047ed
Show file tree
Hide file tree
Showing 14 changed files with 195 additions and 222 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/net/ecies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing.workspace = true
# HeaderBytes
generic-array.workspace = true
typenum = "1.15.0"
byteorder = "1.4.3"
byteorder.workspace = true

# crypto
rand.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions crates/primitives-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ op-alloy-consensus = { workspace = true, optional = true }
byteorder = { workspace = true, optional = true }
bytes.workspace = true
derive_more.workspace = true
roaring = "0.10.2"
serde_with = { workspace = true, optional = true }
auto_impl.workspace = true

Expand Down Expand Up @@ -100,7 +99,6 @@ serde = [
"rand/serde",
"reth-codecs?/serde",
"revm-primitives/serde",
"roaring/serde",
"revm-primitives/serde",
"op-alloy-consensus?/serde"
]
Expand Down
196 changes: 0 additions & 196 deletions crates/primitives-traits/src/integer_list.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/primitives-traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ pub use transaction::{
FullTransaction, Transaction,
};

mod integer_list;
pub use integer_list::{IntegerList, IntegerListError};

pub mod block;
pub use block::{
body::{BlockBody, FullBlockBody},
Expand Down
1 change: 1 addition & 0 deletions crates/storage/db-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ alloy-consensus.workspace = true

# codecs
modular-bitfield.workspace = true
roaring = "0.10.2"
parity-scale-codec = { version = "3.2.1", features = ["bytes"] }
serde = { workspace = true, default-features = false }

Expand Down
Loading

0 comments on commit 8a047ed

Please sign in to comment.