mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Simplify a few chain components creation APIs related to the service (#6611)
* Simplify a few chain components creation APIs related to the service * Fix basic-authorship doc tests * Remove DefaultQueue * Update client/service/src/builder.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Move ExecutionExtensions comment around * Remove unused BlakeTwo256 Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,7 @@ sp-std = { version = "2.0.0-rc4", path = "../../std" }
|
||||
sp-version = { version = "2.0.0-rc4", path = "../../version" }
|
||||
sp-runtime = { version = "2.0.0-rc4", path = "../../runtime" }
|
||||
sp-utils = { version = "2.0.0-rc4", path = "../../utils" }
|
||||
sp-trie = { version = "2.0.0-rc4", path = "../../trie" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1", features = ["derive"] }
|
||||
parking_lot = "0.10.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user