mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Clean up crate names and locations (#4361)
* rename crate: sp-transaction-pool-api -> sp-transaction-pool * move primitives/core/derive-debug -> primitives/derive-debug; primitives/core/storage -> primitives/storage * rename crate sp-core-storage -> sp-storage * rename and move: test/utils/transaction-factory -> client/transaction-factory * move transaction-factory -> node/transaction-factory * fix missing rename * Move chain-spec-builder into bin/utils * move subkey into bin/utils * Update new subkey location * Update docs to reflect new location for utils * fixing import name
This commit is contained in:
committed by
GitHub
parent
58c1c7a10d
commit
7773daaf5b
@@ -34,9 +34,14 @@ function rename() {
|
||||
TO_RENAME=(
|
||||
# OLD-CRATE-NAME NEW-CRATE-NAME
|
||||
|
||||
# post initial rename fixes
|
||||
"sc-application-crypto sp-application-crypto"
|
||||
"sp-transaction-pool-api sp-transaction-pool"
|
||||
"sp-core-storage sp-storage"
|
||||
"transaction-factory node-transaction-factory"
|
||||
|
||||
# PRIMITIVES
|
||||
"substrate-application-crypto sp-application-crypto"
|
||||
"sc-application-crypto sp-application-crypto"
|
||||
"substrate-authority-discovery-primitives sp-authority-discovery"
|
||||
"substrate-block-builder-runtime-api sp-block-builder"
|
||||
"substrate-consensus-aura-primitives sp-consensus-aura"
|
||||
|
||||
Reference in New Issue
Block a user