mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Kill the light client, CHTs and change tries. (#10080)
* Remove light client, change tries and CHTs * Update tests * fmt * Restore changes_root * Fixed benches * Cargo fmt * fmt * fmt
This commit is contained in:
Generated
-20
@@ -8209,23 +8209,6 @@ dependencies = [
|
||||
"tempfile",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sc-light"
|
||||
version = "4.0.0-dev"
|
||||
dependencies = [
|
||||
"hash-db",
|
||||
"parity-scale-codec",
|
||||
"parking_lot 0.11.1",
|
||||
"sc-client-api",
|
||||
"sc-executor",
|
||||
"sp-api",
|
||||
"sp-blockchain",
|
||||
"sp-core",
|
||||
"sp-externalities",
|
||||
"sp-runtime",
|
||||
"sp-state-machine",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sc-network"
|
||||
version = "0.10.0-dev"
|
||||
@@ -8558,7 +8541,6 @@ dependencies = [
|
||||
"sc-client-db",
|
||||
"sc-consensus",
|
||||
"sc-executor",
|
||||
"sc-light",
|
||||
"sc-network",
|
||||
"sc-service",
|
||||
"sc-transaction-pool-api",
|
||||
@@ -10176,7 +10158,6 @@ dependencies = [
|
||||
"sc-client-db",
|
||||
"sc-consensus",
|
||||
"sc-executor",
|
||||
"sc-light",
|
||||
"sc-offchain",
|
||||
"sc-service",
|
||||
"serde",
|
||||
@@ -10245,7 +10226,6 @@ dependencies = [
|
||||
"sc-block-builder",
|
||||
"sc-client-api",
|
||||
"sc-consensus",
|
||||
"sc-light",
|
||||
"sp-api",
|
||||
"sp-blockchain",
|
||||
"sp-consensus",
|
||||
|
||||
Reference in New Issue
Block a user