Skip to content

Commit

Permalink
Merge pull request #2943 from subspace/skip-codec-maybe_domain_sudo_c…
Browse files Browse the repository at this point in the history
…all_proof

Skip the maybe_domain_sudo_call_proof field in fraud proof to keep compatibility with gemini-3h
  • Loading branch information
NingLin-P authored Jul 24, 2024
2 parents 87a5ff3 + b720e81 commit c2800a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/sp-domains-fraud-proof/src/storage_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ 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

0 comments on commit c2800a5

Please sign in to comment.