Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Jan 8, 2025
1 parent 7c0b1fe commit 25c32b8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 451 deletions.
10 changes: 4 additions & 6 deletions bridges/snowbridge/pallets/ethereum-client/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
// SPDX-FileCopyrightText: 2023 Snowfork <hello@snowfork.com>
use crate as ethereum_beacon_client;
use crate::config;
use frame_support::{
derive_impl, dispatch::DispatchResult, pallet_prelude::Weight, parameter_types,
};
use frame_support::{derive_impl, dispatch::DispatchResult, parameter_types};
use pallet_timestamp;
use snowbridge_beacon_primitives::{Fork, ForkVersions};
use snowbridge_core::inbound::{Log, Proof};
Expand Down Expand Up @@ -95,9 +93,9 @@ pub fn get_message_verification_payload() -> (Log, Proof) {

frame_support::construct_runtime!(
pub enum Test {
System: frame_system,
EthereumBeaconClient: crate,
Timestamp: pallet_timestamp,
System: frame_system::{Pallet, Call, Storage, Event<T>},
Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent},
EthereumBeaconClient: ethereum_beacon_client::{Pallet, Call, Storage, Event<T>},
}
);

Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/primitives/beacon/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ pub mod deneb {
use sp_std::prelude::*;

/// ExecutionPayloadHeader
/// https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/beacon-chain.md#executionpayloadheader
/// <https://github.com/ethereum/consensus-specs/blob/dev/specs/deneb/beacon-chain.md#executionpayloadheader>
#[derive(
Default, Encode, Decode, CloneNoBound, PartialEqNoBound, RuntimeDebugNoBound, TypeInfo,
)]
Expand Down
270 changes: 0 additions & 270 deletions bridges/snowbridge/templates/beacon-fixtures.mustache

This file was deleted.

Loading

0 comments on commit 25c32b8

Please sign in to comment.