Skip to content

Commit

Permalink
remove preludes
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 4, 2023
1 parent e5fc847 commit ffa4307
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 89 deletions.
14 changes: 0 additions & 14 deletions parachain/modules/consensus/parachain/inherent/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
// Copyright (C) 2023 Polytope Labs.
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#![deny(missing_docs)]

//! ISMP Parachain Consensus Inherent Provider
Expand Down
15 changes: 0 additions & 15 deletions parachain/modules/consensus/parachain/runtime-api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Copyright (C) 2023 Polytope Labs.
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

//! Runtime API for parachains.
#![cfg_attr(not(feature = "std"), no_std)]
Expand Down
15 changes: 0 additions & 15 deletions parachain/modules/consensus/parachain/src/consensus.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Copyright (C) 2023 Polytope Labs.
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

//! The parachain consensus client module
use core::{marker::PhantomData, time::Duration};
Expand Down
15 changes: 0 additions & 15 deletions parachain/modules/consensus/parachain/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Copyright (C) 2023 Polytope Labs.
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

//! ISMP Parachain Consensus Client
//!
//! This allows parachains communicate over ISMP leveraging the relay chain as a consensus oracle.
Expand Down
15 changes: 0 additions & 15 deletions parachain/modules/consensus/sync-committee/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Copyright (C) 2023 Polytope Labs.
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Implementation of the ethereum beacon consensus client for ISMP
// Ensure we're `no_std` when compiling for Wasm.
#![cfg_attr(not(feature = "std"), no_std)]
Expand Down
15 changes: 0 additions & 15 deletions parachain/modules/state-machine/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Copyright (C) 2023 Polytope Labs.
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

//! The state machine implementation in Substrate
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::all)]
Expand Down

0 comments on commit ffa4307

Please sign in to comment.