Skip to content

Block building fails due to recent parachain-system changes #940

@rockbmb

Description

@rockbmb

When building new blocks in chopsticks forks with the latest Westend Asset Hub runtime, an error occurs: "Failed to apply inherents".

This is ultimately caused by paritytech/polkadot-sdk#8860, specifically a change in parachain_system::set_validation_data now accepting 2 arguments instead of 1.

Before the PR

After the PR

Relevant chopsticks location:

const inherent = new GenericExtrinsic(meta.registry, meta.tx.parachainSystem.setValidationData(newData))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions