-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pallet-xcm patch with claim_assets
extrinsic
#7
Conversation
integration-tests/emulated/tests/assets/asset-hub-kusama/src/tests/mod.rs
Outdated
Show resolved
Hide resolved
integration-tests/emulated/tests/assets/asset-hub-kusama/src/tests/mod.rs
Outdated
Show resolved
Hide resolved
system-parachains/asset-hubs/asset-hub-kusama/src/weights/pallet_xcm.rs
Outdated
Show resolved
Hide resolved
@@ -122,3 +122,101 @@ macro_rules! test_parachain_is_trusted_teleporter { | |||
} | |||
}; | |||
} | |||
|
|||
#[macro_export] | |||
macro_rules! test_chain_can_claim_assets { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@franciscoaguirre can you please create issue and/or PR to move this macro to the https://github.com/paritytech/polkadot-sdk/blob/master/cumulus/parachains/integration-tests/emulated/common/src/macros.rs , because we want to remove this helpers module from fellows :) check this: https://github.com/bkontur/runtimes/pull/7/files#diff-7346706278168c97dfec9e73bec1a115274a2be89a3147b914dd2eedec9f6269R31-R34
and also setup this tests for testnet runtimes in polkadot-sdk
?
(We dont need to patch/backport this, so just fix it in master)
Fresh weights for Ethereum pallets
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added changes for the polkadot-sdk 1.7.0 backport containing the
claim_assets
extrinsic.Also, added tests for it for all major runtimes.
TODO