Update to the latest crate names (#4783)

* Update to the latest crate names

* Add to post initial rename fixes
This commit is contained in:
Eric
2020-02-01 01:59:11 +13:00
committed by GitHub
parent 42dd01cbbd
commit 3018bfe0e9
+4 -2
View File
@@ -44,6 +44,8 @@ TO_RENAME=(
"sp-sesssion sp-session" "sp-sesssion sp-session"
"sp-tracing-pool sp-transaction-pool" "sp-tracing-pool sp-transaction-pool"
"sc-basic-authority sc-basic-authorship" "sc-basic-authority sc-basic-authorship"
"sc-api sc-client-api"
"sc-database sc-client-db"
# PRIMITIVES # PRIMITIVES
"substrate-application-crypto sp-application-crypto" "substrate-application-crypto sp-application-crypto"
@@ -87,7 +89,7 @@ TO_RENAME=(
# # CLIENT # # CLIENT
"substrate-client sc-client" "substrate-client sc-client"
"substrate-client-api sc-api" "substrate-client-api sc-client-api"
"substrate-authority-discovery sc-authority-discovery" "substrate-authority-discovery sc-authority-discovery"
"substrate-basic-authorship sc-basic-authorship" "substrate-basic-authorship sc-basic-authorship"
"substrate-block-builder sc-block-builder" "substrate-block-builder sc-block-builder"
@@ -99,7 +101,7 @@ TO_RENAME=(
"substrate-consensus-pow sc-consensus-pow" "substrate-consensus-pow sc-consensus-pow"
"substrate-consensus-slots sc-consensus-slots" "substrate-consensus-slots sc-consensus-slots"
"substrate-consensus-uncles sc-consensus-uncles" "substrate-consensus-uncles sc-consensus-uncles"
"substrate-client-db sc-database" "substrate-client-db sc-client-db"
"substrate-executor sc-executor" "substrate-executor sc-executor"
"substrate-runtime-test sc-runtime-test" "substrate-runtime-test sc-runtime-test"
"substrate-finality-grandpa sc-finality-grandpa" "substrate-finality-grandpa sc-finality-grandpa"