Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

gavofyork
Copy link
Member

No description provided.

@gavofyork gavofyork added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D2-notlive 💤 PR contains changes in a runtime directory that is not deployed to a chain that requires an audit. labels Apr 28, 2021
@@ -578,7 +578,7 @@ impl MultiLocation {
let self_parents = self.parent_count();
let prefix_rest = prefix.len() - prefix.parent_count();
let skipped = self_parents.min(prefix_rest);
if self.len() + prefix.len() - 2 * skipped > 4 {
if self.len() + prefix.len() - 2 * skipped > 8 {
Copy link
Member Author

Choose a reason for hiding this comment

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

Minor fix since we now have 8 items in MultiLocation, not 4.

Copy link
Member

Choose a reason for hiding this comment

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

We will always need to remember to bump this number?

@gavofyork gavofyork merged commit 6663dee into master Apr 28, 2021
@gavofyork gavofyork deleted the gav-weight-result branch April 28, 2021 16:24
ordian pushed a commit that referenced this pull request May 3, 2021
* master: (98 commits)
  Companion PR for #8414 - Remove OffencesWeightSoftLimit (#2966)
  Companion for Substrate#8663 (#2945)
  Add parachains modules to Westend and Kusama runtimes (#2854)
  Make KeyStore optional (#2964)
  v0.9.0 prep (#2959)
  Implement null weight trader (#2957)
  feat: add proc macro to reduce overseer mock boilerplate (#2949)
  Allow normal accounts to execute XCM for withdraw+teleport (#2953)
  Required weight is returned in case it exceeds limit. (#2952)
  Bump version, bump substrate & update benchmarks in preparation for v0.8.31 (#2938)
  Bump BEEFY (#2946)
  Send statements to own backing group first (#2927)
  Bump (#2942)
  Add Dev Config for Rococo and Wococo (#2928)
  change junction parachain id from named field to unnamed field (#2940)
  fix link (#2941)
  Add XCM Origin and converter (#2896)
  Add Statemint teleport (#2934)
  CI: build colander on rococo branch too (#2936)
  Bump BEEFY (#2937)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D2-notlive 💤 PR contains changes in a runtime directory that is not deployed to a chain that requires an audit.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants