-
Notifications
You must be signed in to change notification settings - Fork 379
Conversation
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.
We already have some pools with parents: 0
. I don't mind nuking them on Westend, but could you either provide a migration or a set_storage
call to sudo?
bot fmt |
@bkontur https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/3194070 was started for your command Comment |
@bkontur Command |
… `MultiLocation { parents: 1, interior: Here }`
@bkontur https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/3203923 was started for your command Comment |
@bkontur Command |
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.
Looks OK, @jsidorenko can check for the migration especially?
parachains/runtimes/assets/common/src/local_and_foreign_assets.rs
Outdated
Show resolved
Hide resolved
for that migration, I have a working test:
but it only works with this hardcoded hack, so I better not pushed it
|
actually, the migration misses the real pool_id change, omg... I am on it |
bot rebase |
Rebased |
Merge cancelled due to error. Error: Command 'Command { std: cd "/storage/repositories/cumulus" && "git" "push" "paritytech" "bko-asset-conv", kill_on_drop: false }' failed with status Some(128); output: remote: Internal Server Error |
paritytech/substrate#14572
PR:
create_pool
errorassetId
vsMultiLocation
set_storage
forAllowMultiAssetPools
/LiquidityWithdrawalFee
TODOs
pallet_asset_conversion::Config -> type WeightInfo = ();
when benchmarks start to workswap_exact_tokens_for_tokens
/swap_tokens_for_exact_tokens
#2874change AssetConversionApi to usecontinues here [asset-conversion] Runtime api AssetConversionApi for AssetHubs usesVersionedMultiLocation
Box<MultiLocation>
for public interface polkadot-sdk#1129