-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3865d0a
commit 999d20d
Showing
6 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
// SPDX-FileCopyrightText: 2023 Snowfork <[email protected]> | ||
use super::*; | ||
|
||
use bridge_hub_common::AggregateMessageOrigin; | ||
use codec::Encode; | ||
use cumulus_primitives_core::AggregateMessageOrigin; | ||
use frame_benchmarking::v2::*; | ||
use snowbridge_core::{ | ||
outbound::{Command, Initializer}, | ||
|
@@ -36,7 +36,7 @@ mod benchmarks { | |
}), | ||
}, | ||
}; | ||
let origin = AggregateMessageOrigin::GeneralKey([1; 32]); | ||
let origin = AggregateMessageOrigin::Snowbridge([1; 32]); | ||
let encoded_enqueued_message = enqueued_message.encode(); | ||
|
||
#[block] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.