Skip to content

Bump polkadot 0.9.19#119

Merged
brenzi merged 5 commits intomasterfrom
ec_upgrade_polkadot_v.0.9.19
May 6, 2022
Merged

Bump polkadot 0.9.19#119
brenzi merged 5 commits intomasterfrom
ec_upgrade_polkadot_v.0.9.19

Conversation

@echevrier
Copy link
Contributor

@echevrier echevrier commented May 3, 2022

set polkadot branch to release-v0.9.19
set substrate branch to polkadot-v0.9.19
set integritee-network pallets branch to polkadot-v0.9.19
set open-runtime-module-library branch to polkadot-v0.9.19

Add other changes :

  • replace match_type! with match_types!

  • add lengthToFee

  • add Sub-commands for benchmark

  • Deny using relay chain for reserve transfers

  • bump the runtime_version to 18

@echevrier
Copy link
Contributor Author

A runtime time upgrade performed successfully

@echevrier echevrier requested review from clangenb and haerdib May 4, 2022 07:14
@echevrier echevrier linked an issue May 4, 2022 that may be closed by this pull request
use sp_version::NativeVersion;
use sp_version::RuntimeVersion;
// A few exports that help ease life for downstream crates.
use frame_support::weights::ConstantMultiplier;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this above the comment or make it pub? As it is now, the comment does not match the code.

}

// See issue #5233
pub struct DenyReserveTransferToRelayChain;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I ask your reasoning for introducing this filter here? Because for HRMP we actually are using the relay chain for reserve transfer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check paritytech/polkadot#5233. We are not forced to use this filter.
However, I have changed the barrier's config, which could be wrong.


What is our goal?

This comment was marked as outdated.

Copy link
Contributor

@haerdib haerdib May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind the comment above, we need the DepositReserveAsset to other parachain accounts. And I don't see the use case where one would need to deposit to the relay chain account, so we can leave this filter be. Doesn't hurt.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we should keep this filter because:

  1. We don't need to transfer assets to the relay chain anyhow
  2. Reading this Not possible to reserve_transfer_assets back from Statemine to Kusama paritytech/polkadot#5233, I suppose that it would look funds that users can't recover.

@echevrier echevrier requested a review from brenzi May 5, 2022 12:08
Copy link
Collaborator

@brenzi brenzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't looked into the XCM details. if @clangenb and @haerdib agree to this, I'm fine with it.

@brenzi brenzi merged commit 4d8a35c into master May 6, 2022
@echevrier echevrier deleted the ec_upgrade_polkadot_v.0.9.19 branch May 18, 2022 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update to polkadot-v0.9.19

4 participants