This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
Tests + backport fix for teleport_assets (ReceiveTeleportedAsset) #2235
Merged
paritytech-processbot
merged 7 commits into
release-parachains-v9380
from
bko-westmint-test
Feb 27, 2023
Merged
Tests + backport fix for teleport_assets (ReceiveTeleportedAsset) #2235
paritytech-processbot
merged 7 commits into
release-parachains-v9380
from
bko-westmint-test
Feb 27, 2023
Conversation
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
* [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <>
bkontur
added
B0-silent
Changes should not be mentioned in any release notes
A0-please_review
Pull request needs code review.
C3-medium
PR touches the given topic and has a medium impact on builders.
T6-XCM
This PR/Issue is related to XCM.
T1-runtime
This PR/Issue is related to the topic “runtime”.
labels
Feb 25, 2023
KiChjang
reviewed
Feb 26, 2023
KiChjang
reviewed
Feb 26, 2023
KiChjang
reviewed
Feb 26, 2023
KiChjang
reviewed
Feb 26, 2023
parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/weights/xcm/mod.rs
Outdated
Show resolved
Hide resolved
KiChjang
reviewed
Feb 26, 2023
parachains/runtimes/bridge-hubs/bridge-hub-polkadot/src/weights/xcm/mod.rs
Outdated
Show resolved
Hide resolved
KiChjang
reviewed
Feb 26, 2023
parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/mod.rs
Outdated
Show resolved
Hide resolved
KiChjang
reviewed
Feb 27, 2023
parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/weights/xcm/mod.rs
Outdated
Show resolved
Hide resolved
KiChjang
approved these changes
Feb 27, 2023
bot merge |
Waiting for commit status. |
EgorPopelyaev
pushed a commit
that referenced
this pull request
Feb 27, 2023
) * Wwstmint test for ReceiveTeleportedAsset * Missing fix for `weigh_multi_assets` * Added tests for statemine/statemint * [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) * [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <> * removed `frame_support::sp_tracing::try_init_simple();` * Review fixes * Removed `as u64` --------- Co-authored-by: Roman Useinov <[email protected]>
EgorPopelyaev
pushed a commit
that referenced
this pull request
Feb 27, 2023
) * Wwstmint test for ReceiveTeleportedAsset * Missing fix for `weigh_multi_assets` * Added tests for statemine/statemint * [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) * [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <> * removed `frame_support::sp_tracing::try_init_simple();` * Review fixes * Removed `as u64` --------- Co-authored-by: Roman Useinov <[email protected]>
EgorPopelyaev
pushed a commit
that referenced
this pull request
Feb 27, 2023
) * Wwstmint test for ReceiveTeleportedAsset * Missing fix for `weigh_multi_assets` * Added tests for statemine/statemint * [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) * [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <> * removed `frame_support::sp_tracing::try_init_simple();` * Review fixes * Removed `as u64` --------- Co-authored-by: Roman Useinov <[email protected]>
EgorPopelyaev
added a commit
that referenced
this pull request
Feb 27, 2023
) (#2239) * Wwstmint test for ReceiveTeleportedAsset * Missing fix for `weigh_multi_assets` * Added tests for statemine/statemint * [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) * [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <> * removed `frame_support::sp_tracing::try_init_simple();` * Review fixes * Removed `as u64` --------- Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: Roman Useinov <[email protected]>
EgorPopelyaev
added a commit
that referenced
this pull request
Feb 27, 2023
) (#2240) * Wwstmint test for ReceiveTeleportedAsset * Missing fix for `weigh_multi_assets` * Added tests for statemine/statemint * [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) * [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <> * removed `frame_support::sp_tracing::try_init_simple();` * Review fixes * Removed `as u64` --------- Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: Roman Useinov <[email protected]>
paritytech-processbot bot
pushed a commit
that referenced
this pull request
Feb 27, 2023
) (#2238) * Wwstmint test for ReceiveTeleportedAsset * Missing fix for `weigh_multi_assets` * Added tests for statemine/statemint * [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) * [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <> * removed `frame_support::sp_tracing::try_init_simple();` * Review fixes * Removed `as u64` --------- Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: Roman Useinov <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A0-please_review
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
C3-medium
PR touches the given topic and has a medium impact on builders.
T1-runtime
This PR/Issue is related to the topic “runtime”.
T6-XCM
This PR/Issue is related to XCM.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.