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:
Arkadiy Paronyan
2021-11-12 14:15:01 +01:00
committed by GitHub
parent 112b7dac47
commit 4cbbf0cf43
141 changed files with 532 additions and 17807 deletions
-20
View File
@@ -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",