-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
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?
Reactions are currently unavailable