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

Rework setting HostConfiguration #1750

Open
@bkchr

Description

@bkchr

The HostConfiguration or better AbridgedHostConfiguration is currently always included in the Parachain inherent. However, this isn't really needed. On the relay chain the HostConfiguration can only be changed once per session and in between the changes are "buffered".

We could change to include the HostConfiguration in the inherent only when it changed. The best would be that we set the host configuration in advance, before it changes. However, this doesn't work as the Parachain may didn't produced blocks for quite some time and thus, we missed the window to set the new HostConfiguration in advance.

CC @pepyakin

Metadata

Metadata

Assignees

No one assigned

    Labels

    I7-refactorCode needs refactoring.I9-optimisationAn enhancement to provide better overall performance in terms of time-to-completion for a task.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions