Skip to content

Commit

Permalink
include EPOCH_INDEX in relay storage proof
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Nov 7, 2023
1 parent 6c360e8 commit 46067ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cumulus/primitives/parachain-inherent/src/client_side.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ async fn collect_relay_storage_proof(
relay_well_known_keys::ONE_EPOCH_AGO_RANDOMNESS.to_vec(),
relay_well_known_keys::TWO_EPOCHS_AGO_RANDOMNESS.to_vec(),
relay_well_known_keys::CURRENT_SLOT.to_vec(),
relay_well_known_keys::EPOCH_INDEX.to_vec(),
relay_well_known_keys::ACTIVE_CONFIG.to_vec(),
relay_well_known_keys::dmq_mqc_head(para_id),
// TODO paritytech/polkadot#6283: Remove all usages of `relay_dispatch_queue_size`
Expand Down

1 comment on commit 46067ad

@noandrea
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahmadkaouk this one we need to cherry-pick

Please sign in to comment.