Skip to content

Encointer check-migration on polkadot-sdk@1.6.0 bump fails #200

@bkontur

Description

@bkontur

PR: bkontur#4
Failed job: https://github.com/bkontur/runtimes/actions/runs/8048060879/job/21978599251?pr=4

[2024-02-26T11:28:55Z ERROR runtime::executive] `try_decode_entire_state` failed with 1 errors
[2024-02-26T11:28:55Z ERROR runtime::executive] - 0. error: `ParachainSystem::HostConfiguration` key `0x45323df7cc47150b3930e2666b0aa313c522231880238a0c56021b8744a00743` is undecodable
[2024-02-26T11:28:55Z ERROR runtime] panicked at /home/runner/work/runtimes/runtimes/system-parachains/encointer/src/lib.rs:952:65:
    called `Result::unwrap()` on an `Err` value: Other("`try_decode_entire_state` failed")

Actual Encoiner parachain_system::HostConfiguration (V5 version):

parachainSystem.hostConfiguration: Option<PolkadotPrimitivesV5AbridgedHostConfiguration>

{
  maxCodeSize: 3,145,728
  maxHeadDataSize: 20,480
  maxUpwardQueueCount: 699,050
  maxUpwardQueueSize: 4,194,304
  maxUpwardMessageSize: 65,531
  maxUpwardMessageNumPerCandidate: 128
  hrmpMaxMessageNumPerCandidate: 10
  validationUpgradeCooldown: 3,600
  validationUpgradeDelay: 600
}

Other parachains live, using v6, e.g,. Polkadot AssetHub:

parachainSystem.hostConfiguration: Option<PolkadotPrimitivesV6AbridgedHostConfiguration>

{
  maxCodeSize: 3,145,728
  maxHeadDataSize: 20,480
  maxUpwardQueueCount: 174,762
  maxUpwardQueueSize: 1,048,576
  maxUpwardMessageSize: 65,531
  maxUpwardMessageNumPerCandidate: 16
  hrmpMaxMessageNumPerCandidate: 10
  validationUpgradeCooldown: 14,400
  validationUpgradeDelay: 600
  asyncBackingParams: {
    maxCandidateDepth: 0
    allowedAncestryLen: 0
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions