Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove cargo-udeps-related workflow and metadata #6889

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/SANITY_UNUSED_DEPS_ISSUE_TEMPLATE.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/sanity.yml

This file was deleted.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,3 @@ proptest-derive = "0.4"
serial_test = "3"
similar-asserts = "1.5.0"
test-fuzz = "5"

[workspace.metadata.cargo-udeps.ignore]
# ignored because this is mutually exclusive with the optimism payload builder via feature flags
normal = ["reth-ethereum-payload-builder", "reth-node-ethereum"]
6 changes: 0 additions & 6 deletions bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ default-run = "reth"
[lints]
workspace = true

[package.metadata.cargo-udeps.ignore]
normal = [
# Used for diagrams in docs
"aquamarine",
]

[dependencies]
# reth
reth-config.workspace = true
Expand Down
6 changes: 0 additions & 6 deletions crates/blockchain-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ repository.workspace = true
[lints]
workspace = true

[package.metadata.cargo-udeps.ignore]
normal = [
# Used for diagrams in docs
"aquamarine",
]

[dependencies]
# reth
reth-primitives.workspace = true
Expand Down
6 changes: 0 additions & 6 deletions crates/net/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ description = "Ethereum network support"
[lints]
workspace = true

[package.metadata.cargo-udeps.ignore]
normal = [
# Used for diagrams in docs
"aquamarine",
]

[dependencies]
# reth
reth-interfaces.workspace = true
Expand Down
6 changes: 0 additions & 6 deletions crates/stages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ description = "Staged syncing primitives used in reth."
[lints]
workspace = true

[package.metadata.cargo-udeps.ignore]
normal = [
# Used for diagrams in docs
"aquamarine",
]

[dependencies]
# reth
reth-primitives.workspace = true
Expand Down
8 changes: 0 additions & 8 deletions crates/storage/codecs/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ readme = "../README.md"
[lints]
workspace = true

[package.metadata.cargo-udeps.ignore]
normal = [
# Used in proc macros
"serde",
# Used in proc macros
"parity-scale-codec",
]

[lib]
proc-macro = true

Expand Down
6 changes: 0 additions & 6 deletions crates/transaction-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ description = "Transaction pool implementation"
[lints]
workspace = true

[package.metadata.cargo-udeps.ignore]
normal = [
# Used for diagrams in docs
"aquamarine",
]

[dependencies]
# reth
reth-eth-wire.workspace = true
Expand Down
Loading