Skip to content
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

Uplift dependencies to polkadot-v0.9.42 #27

Merged
merged 3 commits into from
Jun 22, 2023
Merged

Conversation

weezy20
Copy link
Contributor

@weezy20 weezy20 commented May 22, 2023

Notable changes :

impl pallet_balances::Config for Test {
	// -- Existing parameters --
	type HoldIdentifier = ();
	type FreezeIdentifier = ();
	type MaxHolds = ConstU32<0>;
	type MaxFreezes = ConstU32<0>;
}
  • pallet-collective introduces a new parameter that will reject propasals if they exceed some threshold
  • Collator selection operations can now be performed by StakingAdmin in addition to Root.
  • pallet_xcm::Config takes a new param AdminOrigin set to Root
  • Change in the runtime build script - Deactivates wasm-builder when compiling to wasm

Closes #24

@weezy20 weezy20 force-pushed the weezy20/polkadot-v0.9.42 branch 2 times, most recently from 20baefd to 283ca9e Compare May 23, 2023 06:29
@weezy20 weezy20 requested a review from stiiifff May 23, 2023 10:47
@weezy20 weezy20 marked this pull request as draft May 30, 2023 12:51
@weezy20
Copy link
Contributor Author

weezy20 commented May 30, 2023

Todo Done ✅ : Introduce Weights v2 and close #26

@weezy20 weezy20 force-pushed the weezy20/polkadot-v0.9.42 branch 2 times, most recently from 980df1c to 4aa15e5 Compare June 1, 2023 09:52
@weezy20 weezy20 marked this pull request as ready for review June 21, 2023 12:46
stiiifff
stiiifff previously approved these changes Jun 21, 2023
@stiiifff
Copy link
Contributor

@weezy20 Just spotted some missing changes in the node/src/cli.rs (see here), if you can add them, we'll be good !

@weezy20
Copy link
Contributor Author

weezy20 commented Jun 22, 2023

Just added it (38f72f7)

@weezy20 weezy20 requested a review from stiiifff June 22, 2023 02:28
@weezy20
Copy link
Contributor Author

weezy20 commented Jun 22, 2023

@stiiifff Opened a PR #34 with changes in GA workflow file to make CI pass. Let's also review and merge that here as a final step, before we merge this into main

@stiiifff
Copy link
Contributor

Build is ok locally. LGTM and fix the CI in a separate PR.

@stiiifff stiiifff merged commit 0244767 into main Jun 22, 2023
@stiiifff stiiifff deleted the weezy20/polkadot-v0.9.42 branch June 22, 2023 08:02
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.

Upgrade to Polkadot v0.9.42
2 participants