Skip to content

Commit

Permalink
Allow dead code in relay state snapshot and create tracking issue for…
Browse files Browse the repository at this point in the history
… it.
  • Loading branch information
Joshy Orndorff committed Nov 22, 2023
1 parent 0a78750 commit bbf9cae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tuxedo-parachain-core/src/relay_state_snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
// along with Cumulus. If not, see <http://www.gnu.org/licenses/>.

//! Relay chain state proof provides means for accessing part of relay chain storage for reads.
//! This is copied entirely from Cumulus. Some of it will liekly be removed in the future, and
//! perhaps some added as well.
//!
//! For now it is mostly unused and is kept here in preparation for a fully secure validate_block
//! implementation and XCM support.
// These warnings should be unsuppressed after validate_block is complete and XCM is working.
// FIXME https://github.com/Off-Narrative-Labs/Tuxedo/issues/149
#![allow(dead_code)]

use cumulus_primitives_core::{
relay_chain, AbridgedHostConfiguration, AbridgedHrmpChannel, ParaId,
Expand Down

0 comments on commit bbf9cae

Please sign in to comment.