From 6b31926457ebfac0c4c04d707d5b211dbb0ce3f3 Mon Sep 17 00:00:00 2001 From: linning Date: Mon, 29 Jul 2024 18:05:06 +0800 Subject: [PATCH 1/2] Remove codec(skip) for the maybe_domain_sudo_call_proof field in fraud proof Signed-off-by: linning --- crates/sp-domains-fraud-proof/src/storage_proof.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/sp-domains-fraud-proof/src/storage_proof.rs b/crates/sp-domains-fraud-proof/src/storage_proof.rs index 1781d478e1..2ced96ff0b 100644 --- a/crates/sp-domains-fraud-proof/src/storage_proof.rs +++ b/crates/sp-domains-fraud-proof/src/storage_proof.rs @@ -420,8 +420,6 @@ pub struct DomainInherentExtrinsicDataProof { pub dynamic_cost_of_storage_proof: DynamicCostOfStorageProof, pub consensus_chain_byte_fee_proof: ConsensusTransactionByteFeeProof, pub domain_chain_allowlist_proof: DomainChainsAllowlistUpdateStorageProof, - // TODO: remove this before next consensus runtime upgrade. Skipping to maintain compatibility with Gemini - #[codec(skip)] pub maybe_domain_sudo_call_proof: Option, } From d398c75eac7cb67af4a18d05048ecb818de605c2 Mon Sep 17 00:00:00 2001 From: linning Date: Mon, 29 Jul 2024 18:06:05 +0800 Subject: [PATCH 2/2] Bump consensus runtime spec version Signed-off-by: linning --- crates/subspace-runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/subspace-runtime/src/lib.rs b/crates/subspace-runtime/src/lib.rs index ecf2be9111..6c372188e8 100644 --- a/crates/subspace-runtime/src/lib.rs +++ b/crates/subspace-runtime/src/lib.rs @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("subspace"), impl_name: create_runtime_str!("subspace"), authoring_version: 0, - spec_version: 5, + spec_version: 6, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,