Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bridge benchmarks for bridge hub rococo/wococo #2107

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove methods that are no longer required
  • Loading branch information
svyatonik committed Jan 25, 2023
commit 8ff50de9f73896cc44c86a533779c10837bdb0d3
10 changes: 0 additions & 10 deletions parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -946,11 +946,6 @@ impl_runtime_apis! {
};

impl BridgeMessagesConfig<WithBridgeHubWococoMessagesInstance> for Runtime {
// TODO: remove me after bridges subtree update
fn bridged_relayer_id() -> AccountId { [0u8; 32].into() }
fn endow_account(_: &AccountId) {}
fn is_message_dispatched(_: bp_messages::MessageNonce) -> bool { true }

fn is_relayer_rewarded(_: &Self::AccountId) -> bool {
// TODO: implement me properly
true
Expand Down Expand Up @@ -983,11 +978,6 @@ impl_runtime_apis! {
}

impl BridgeMessagesConfig<WithBridgeHubRococoMessagesInstance> for Runtime {
// TODO: remove me after bridges subtree update
fn bridged_relayer_id() -> AccountId { [0u8; 32].into() }
fn endow_account(_: &AccountId) {}
fn is_message_dispatched(_: bp_messages::MessageNonce) -> bool { true }

fn is_relayer_rewarded(_: &Self::AccountId) -> bool {
// TODO: implement me properly
true
Expand Down