Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Uplift dependencies to polkadot-v0.9.42#27

Merged
stiiifff merged 3 commits intomainfrom
weezy20/polkadot-v0.9.42
Jun 22, 2023
Merged

Uplift dependencies to polkadot-v0.9.42#27
stiiifff merged 3 commits intomainfrom
weezy20/polkadot-v0.9.42

Conversation

@weezy20
Copy link
Copy Markdown
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
Copy Markdown
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 force-pushed the weezy20/polkadot-v0.9.42 branch from 4aa15e5 to f7c1101 Compare June 21, 2023 12:43
@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
Copy Markdown
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
Copy Markdown
Contributor Author

weezy20 commented Jun 22, 2023

Just added it (38f72f7)

@weezy20 weezy20 requested a review from stiiifff June 22, 2023 02:28
@weezy20 weezy20 force-pushed the weezy20/polkadot-v0.9.42 branch from b76256a to 38f72f7 Compare June 22, 2023 02:31
@weezy20
Copy link
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to Polkadot v0.9.42

2 participants