Skip to content

Commit

Permalink
Merge pull request #2953 from autonomys/bump-consensus-ver
Browse files Browse the repository at this point in the history
Bump consensus runtime spec version
  • Loading branch information
NingLin-P authored Jul 29, 2024
2 parents 2e4cb25 + d398c75 commit 4de5f05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions crates/sp-domains-fraud-proof/src/storage_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<DomainSudoCallStorageProof>,
}

Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4de5f05

Please sign in to comment.