-
Notifications
You must be signed in to change notification settings - Fork 101
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
Polkadot People Chain #319
Polkadot People Chain #319
Conversation
Review required! Latest push from author must always be reviewed |
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.
Looking ready, just a few small things below. people-polkadot
is also missing from runtimes-matrix.json
.
I also didn't check the weights as they seem to be unchanged from people-kusama
. Will you run the benchmarks in this PR or elsewhere? Would be a good check to make sure the factor of two is sufficient between relay and para in case the ratio is very different on Polkadot
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.
I found there are too many duplicated code for a new system parachain. This is a code smell and should be addressed at some stage. We will have more system parachains and we need to reduce the overhead of making one before making more system parachains.
Fix `reap_identity` benchmark
Fresh weights for `polkadot_runtime_common_identity_migrator` for `polkadot-runtime`
if !self.legal.is_none() { | ||
res.insert(IdentityField::Legal); | ||
} | ||
if !self.web.is_none() { |
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.
if !self.web.is_none() { | |
if self.web.is_some() { |
I assume that this is copied from elsewhere, so no big deal.
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.
Just from the Kusama config. Just idiomatic or is there an advantage to is_some
?
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.
No real difference - just readability.
/merge |
Enabled Available commands
For more information see the documentation |
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.
Just approving to get ci happy
329ceca
into
polkadot-fellows:main
@xlc would be good to get your input on paritytech/polkadot-sdk#4815 as a first step towards minimising the diff between system parachains |
Polkadot People Chain
To verify prior to release: People Chain
poke_deposit
weight must be less than 2x Relay's. E.g.: