chore: move genesis block builder to chain-spec crate. (#13427)

* chore: move genesis block builder to block builder crate.

* add missing file

* chore: move genesis block builder to sc-chain-spec

* Update client/chain-spec/src/genesis.rs

Co-authored-by: Bastian Köcher <git@kchr.de>

* Update test-utils/runtime/src/genesismap.rs

Co-authored-by: Bastian Köcher <git@kchr.de>

* Update test-utils/runtime/client/src/lib.rs

* fix warnings

* fix warnings

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
yjh
2023-03-01 03:50:57 +08:00
committed by GitHub
parent 1ef9c473e7
commit 20bf3c938e
12 changed files with 88 additions and 74 deletions
+1 -2
View File
@@ -39,9 +39,8 @@ use sp_runtime::{
Digest,
};
pub use sp_block_builder::BlockBuilder as BlockBuilderApi;
use sc_client_api::backend;
pub use sp_block_builder::BlockBuilder as BlockBuilderApi;
/// Used as parameter to [`BlockBuilderProvider`] to express if proof recording should be enabled.
///