From 799086712e4d54725fab4b1651ef72d8036c4841 Mon Sep 17 00:00:00 2001 From: Francisco Aguirre Date: Fri, 6 Dec 2024 11:26:43 +0100 Subject: [PATCH] fix: message id in test --- bridges/snowbridge/pallets/inbound-queue/src/test.rs | 4 ++-- prdoc/pr_6566.prdoc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bridges/snowbridge/pallets/inbound-queue/src/test.rs b/bridges/snowbridge/pallets/inbound-queue/src/test.rs index 5386b845f2ec..99e9ab5860d3 100644 --- a/bridges/snowbridge/pallets/inbound-queue/src/test.rs +++ b/bridges/snowbridge/pallets/inbound-queue/src/test.rs @@ -40,8 +40,8 @@ fn test_submit_happy_path() { .into(), nonce: 1, message_id: [ - 97, 161, 116, 204, 182, 115, 192, 144, 130, 243, 240, 193, 122, 154, 108, 91, 247, - 41, 226, 237, 202, 158, 238, 239, 210, 8, 147, 131, 84, 146, 171, 176, + 86, 101, 80, 125, 84, 10, 227, 145, 230, 209, 152, 38, 206, 251, 206, 208, 244, 221, + 22, 215, 1, 252, 79, 181, 99, 207, 166, 220, 98, 3, 81, 7, ], fee_burned: 110000000000, } diff --git a/prdoc/pr_6566.prdoc b/prdoc/pr_6566.prdoc index 61df0c2ba312..bbd48b799538 100644 --- a/prdoc/pr_6566.prdoc +++ b/prdoc/pr_6566.prdoc @@ -6,6 +6,7 @@ title: XCMv5 - SetHints instruction doc: - audience: Runtime Dev description: | + Implementation of fellowship RFC 107. The new SetHints instruction is a repackaging of SetAssetClaimer that also allows future "hints" which alter the default behaviour of the executor. The AllowTopLevelPaidExecutionFrom barrier allows this instruction between WithdrawAsset and