mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +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
@@ -87,11 +87,14 @@ The default (testing) application pulling together our recommended setup of subs
|
||||
|
||||
We also provide a template to get you started building your own node.
|
||||
|
||||
==== Subkey
|
||||
==== Utils
|
||||
|
||||
* _found in_: `/bin/subkey`
|
||||
* _found in_: `/bin/utils`
|
||||
|
||||
Subkey is a client library to generate keys and sign transactions to send to a substrate node.
|
||||
- **subkey**
|
||||
Subkey is a client library to generate keys and sign transactions to send to a substrate node.
|
||||
- **chain-spec-builder**
|
||||
The chain spec builder builds a chain specification that includes a Substrate runtime compiled as WASM. To ensure proper functioning of the included runtime compile (or run) the chain spec builder binary in `--release` mode.
|
||||
|
||||
== Internal Dependency Tree
|
||||
|
||||
|
||||
Reference in New Issue
Block a user