runtime: remove random_seed from BlockBuilder API (#2968)

* runtime: remove random_seed from BlockBuilder API

* update Substrate

* runtime: remove unused imports

* revert Cargo.lock version 3 removal, update sp-io

Co-authored-by: parity-processbot <>
Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
André Silva
2021-05-04 12:01:33 +01:00
committed by GitHub
parent bbf0812994
commit c6df9fcb11
6 changed files with 153 additions and 173 deletions
-4
View File
@@ -985,10 +985,6 @@ sp_api::impl_runtime_apis! {
) -> inherents::CheckInherentsResult {
data.check_extrinsics(&block)
}
fn random_seed() -> <Block as BlockT>::Hash {
pallet_babe::RandomnessFromOneEpochAgo::<Runtime>::random_seed().0
}
}
impl tx_pool_api::runtime_api::TaggedTransactionQueue<Block> for Runtime {