Skip to content

Storage update upon block import #1126

@echevrier

Description

@echevrier

The state diff is only updated on new shards. See fn update_states(&self, header: &ParentchainHeader) -> Result<()>

fn update_states(&self, header: &ParentchainHeader) -> Result<()> {

Therefore, storage can only be updated for new shards.
Why is it not updated for every shard?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions