Remove uncles related code (#13216)

The code was added without any clear usage. The inherent for example is not benchmarked and not used.
This commit is contained in:
Bastian Köcher
2023-01-29 21:56:10 +01:00
committed by GitHub
parent 700a732170
commit e851b3ae73
22 changed files with 47 additions and 906 deletions
-24
View File
@@ -4772,7 +4772,6 @@ dependencies = [
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-consensus-slots",
"sc-consensus-uncles",
"sc-executor",
"sc-finality-grandpa",
"sc-keystore",
@@ -4792,7 +4791,6 @@ dependencies = [
"soketto",
"sp-api",
"sp-authority-discovery",
"sp-authorship",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
@@ -5379,7 +5377,6 @@ dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
"scale-info",
"sp-authorship",
"sp-core",
"sp-io",
"sp-runtime",
@@ -8299,16 +8296,6 @@ dependencies = [
"substrate-test-runtime-client",
]
[[package]]
name = "sc-consensus-uncles"
version = "0.10.0-dev"
dependencies = [
"sc-client-api",
"sp-authorship",
"sp-runtime",
"thiserror",
]
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
@@ -9714,17 +9701,6 @@ dependencies = [
"sp-std",
]
[[package]]
name = "sp-authorship"
version = "4.0.0-dev"
dependencies = [
"async-trait",
"parity-scale-codec",
"sp-inherents",
"sp-runtime",
"sp-std",
]
[[package]]
name = "sp-beefy"
version = "4.0.0-dev"