From 9f4f7f5783074e8799824bd2c3f19e954e3d87c1 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 28 Jan 2025 10:14:29 +0000 Subject: [PATCH] remove unused import --- modules/consensus/grandpa/primitives/src/justification.rs | 1 - parachain/runtimes/gargantua/src/lib.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/consensus/grandpa/primitives/src/justification.rs b/modules/consensus/grandpa/primitives/src/justification.rs index 9feb4fa1..7126e341 100644 --- a/modules/consensus/grandpa/primitives/src/justification.rs +++ b/modules/consensus/grandpa/primitives/src/justification.rs @@ -25,7 +25,6 @@ use sp_consensus_grandpa::{ AuthorityId, AuthorityList, AuthoritySignature, ConsensusLog, Equivocation, RoundNumber, ScheduledChange, SetId, GRANDPA_ENGINE_ID, }; -use sp_core::ed25519; use sp_runtime::{generic::OpaqueDigestItemId, traits::Header as HeaderT, RuntimeAppPublic}; use sp_std::prelude::*; diff --git a/parachain/runtimes/gargantua/src/lib.rs b/parachain/runtimes/gargantua/src/lib.rs index 968c8ed0..50fbe6f6 100644 --- a/parachain/runtimes/gargantua/src/lib.rs +++ b/parachain/runtimes/gargantua/src/lib.rs @@ -234,7 +234,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("gargantua"), impl_name: create_runtime_str!("gargantua"), authoring_version: 1, - spec_version: 1_700, + spec_version: 1_800, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,