-
Notifications
You must be signed in to change notification settings - Fork 140
Enable ExchangeAsset in asset hubs #700
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
Enable ExchangeAsset in asset hubs #700
Conversation
|
/cmd bench --runtime asset-hub-kusama asset-hub-polkadot --pallet pallet_xcm_benchmarks::generic |
|
Command "" has started 🚀 See logs here |
|
Command "" has finished ✅ See logs here |
|
/cmd bench --runtime asset-hub-kusama asset-hub-polkadot --pallet "pallet_xcm_benchmarks::generic" |
|
Command "" has started 🚀 See logs here |
|
Command "" has finished ✅ See logs here |
|
/cmd bench --runtime asset-hub-kusama asset-hub-polkadot --pallet pallet_xcm_benchmarks::generic |
|
Command "" has started 🚀 See logs here |
|
Command "" has finished ✅ See logs here |
Trying to use the bench bot for running benchmarks for "pallet_xcm_benchmarks::generic", I found out the regex in the github workflow is missing the colon. This PR aims to unblock #700 that's aiming to run those exact benchmarks.
|
/cmd bench --runtime asset-hub-kusama asset-hub-polkadot --pallet pallet_xcm_benchmarks::generic |
|
Command "" has started 🚀 See logs here |
|
Command "" has finished ✅ See logs here |
|
/cmd bench --runtime asset-hub-kusama asset-hub-polkadot --pallet pallet_xcm_benchmarks::generic |
|
Command "" has started 🚀 See logs here |
|
Command "" has finished ✅ See logs here |
|
/cmd bench --runtime asset-hub-kusama asset-hub-polkadot --pallet pallet_xcm_benchmarks::generic |
|
/merge |
|
Enabled Available commands
For more information see the documentation |
Head branch was pushed to by a user without write access
|
/merge |
|
Enabled Available commands
For more information see the documentation |
Head branch was pushed to by a user without write access
|
/merge |
|
Enabled Available commands
For more information see the documentation |
Head branch was pushed to by a user without write access
|
/merge |
2 similar comments
|
/merge |
|
/merge |
|
Enabled Available commands
For more information see the documentation |
5e374f5
into
polkadot-fellows:main
ExchangeAssetwas missing its benchmark for being enabled in asset hub.It already has an implementation so it can be used for swapping two assets using the liquidity pools on asset hub.
Addresses #649.
Aiming for release 1.5.1.