mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +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:
@@ -23,7 +23,6 @@ sc-client-db = { version = "0.10.0-dev", features = [
|
||||
], path = "../../client/db" }
|
||||
sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" }
|
||||
sc-executor = { version = "0.10.0-dev", path = "../../client/executor" }
|
||||
sc-light = { version = "4.0.0-dev", path = "../../client/light" }
|
||||
sc-offchain = { version = "4.0.0-dev", path = "../../client/offchain" }
|
||||
sc-service = { version = "0.10.0-dev", default-features = false, features = [
|
||||
"test-helpers",
|
||||
|
||||
Reference in New Issue
Block a user