mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 05:51:02 +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
@@ -9,7 +9,9 @@ members = [
|
||||
"bin/node/rpc",
|
||||
"bin/node/runtime",
|
||||
"bin/node/testing",
|
||||
"bin/subkey",
|
||||
"bin/node/transaction-factory",
|
||||
"bin/utils/subkey",
|
||||
"bin/utils/chain-spec-builder",
|
||||
"client",
|
||||
"client/api",
|
||||
"client/authority-discovery",
|
||||
@@ -101,8 +103,8 @@ members = [
|
||||
"primitives/consensus/common",
|
||||
"primitives/consensus/pow",
|
||||
"primitives/core",
|
||||
"primitives/core/debug-derive",
|
||||
"primitives/core/storage",
|
||||
"primitives/debug-derive",
|
||||
"primitives/storage",
|
||||
"primitives/externalities",
|
||||
"primitives/finality-tracker",
|
||||
"primitives/finality-grandpa",
|
||||
@@ -134,11 +136,9 @@ members = [
|
||||
"primitives/transaction-pool",
|
||||
"primitives/trie",
|
||||
"primitives/wasm-interface",
|
||||
"test/utils/chain-spec-builder",
|
||||
"test/utils/client",
|
||||
"test/utils/runtime",
|
||||
"test/utils/runtime/client",
|
||||
"test/utils/transaction-factory",
|
||||
"utils/build-script-utils",
|
||||
"utils/fork-tree",
|
||||
"utils/frame/rpc/support",
|
||||
|
||||
Reference in New Issue
Block a user